mirror of
https://github.com/github/gitignore
synced 2025-06-27 17:18:52 +02:00
commit
15d684578f
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