Program Commit
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# IDE and editor specific files
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS-specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Dependencies
|
||||
/node_modules
|
||||
/backend/node_modules
|
||||
/frontend/node_modules
|
||||
/discord-bot/node_modules
|
||||
|
||||
# Build output
|
||||
/frontend/build
|
||||
|
||||
# Environment variables - IMPORTANT: never commit these files!
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
backend/.env
|
||||
frontend/.env
|
||||
discord-bot/.env
|
||||
|
||||
# Local database file
|
||||
backend/db.json
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
Reference in New Issue
Block a user