chore: add .gitignore for node_modules, .next, compiled dota files, and data
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
# Node.js / Next.js backend
|
||||
backend/node_modules/
|
||||
backend/.next/
|
||||
backend/out/
|
||||
backend/data/
|
||||
backend/.env
|
||||
backend/.env.local
|
||||
backend/.env.production
|
||||
backend/next-env.d.ts
|
||||
|
||||
# Dota 2 custom game compiled files
|
||||
*.vpcf_c
|
||||
*.vxml_c
|
||||
*.vsndevts_c
|
||||
*.vtex_c
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
Reference in New Issue
Block a user