This commit is contained in:
Prince Chauhan 2024-04-14 16:33:11 -04:00 committed by GitHub
commit 2ba0e92a1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 36 additions and 0 deletions

36
Express.gitignore Normal file
View File

@ -0,0 +1,36 @@
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Node.js dependencies
node_modules/
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# dotenv environment variables file
.env
# Mac OS files
.DS_Store
# Windows thumbnail cache files
Thumbs.db