mirror of
https://github.com/20kaushik02/express-sequelize-backend-template.git
synced 2026-01-25 07:14:06 +00:00
Boilerplates, base config, folder structure, utils, etc.
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# dotenv environment variables file
|
||||
.env.development
|
||||
.env.production
|
||||
*.env
|
||||
|
||||
# Data files
|
||||
*/*.csv
|
||||
Reference in New Issue
Block a user