1
0
mirror of https://github.com/github/gitignore synced 2025-06-27 17:18:52 +02:00

Create Nestjs.gitignore

This commit is contained in:
Jawher Kl 2025-06-13 16:28:54 +01:00 committed by GitHub
parent f84aa8dcb1
commit d52f8a215e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

24
Nestjs.gitignore Normal file
View 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