Skip to content

Commit 15d6845

Browse files
authored
Merge pull request #4666 from JawherKl/patch-2
Create Nestjs.gitignore
2 parents 1371bf2 + d52f8a2 commit 15d6845

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Nestjs.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Nestjs specific
2+
/dist
3+
/node_modules
4+
/build
5+
/tmp
6+
7+
# Logs
8+
logs
9+
*.log
10+
npm-debug.log*
11+
pnpm-debug.log*
12+
yarn-debug.log*
13+
yarn-error.log*
14+
lerna-debug.log*
15+
16+
# dotenv environment variable files
17+
.env
18+
.env.development
19+
.env.test
20+
.env.production
21+
22+
# temp directory
23+
.temp
24+
.tmp

0 commit comments

Comments
 (0)