mirror of
https://github.com/github/gitignore
synced 2025-06-27 17:18:52 +02:00
Create Nestjs.gitignore
This commit is contained in:
parent
f84aa8dcb1
commit
d52f8a215e
24
Nestjs.gitignore
Normal file
24
Nestjs.gitignore
Normal file
@ -0,0 +1,24 @@
|
||||
# Nestjs specific
|
||||
/dist
|
||||
/node_modules
|
||||
/build
|
||||
/tmp
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
pnpm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# dotenv environment variable files
|
||||
.env
|
||||
.env.development
|
||||
.env.test
|
||||
.env.production
|
||||
|
||||
# temp directory
|
||||
.temp
|
||||
.tmp
|
Loading…
x
Reference in New Issue
Block a user