Merge pull request #4666 from JawherKl/patch-2

Create Nestjs.gitignore
This commit is contained in:
Daniel Johnson
2025-06-13 15:17:50 -07:00
committed by GitHub

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