1
0
mirror of https://github.com/github/gitignore synced 2025-06-27 17:18:52 +02:00
gitignore/Nestjs.gitignore
2025-06-13 16:28:54 +01:00

25 lines
263 B
Plaintext

# 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