chore: add .gitignore for node_modules, .next, compiled dota files, and data

This commit is contained in:
achmad
2026-05-29 17:14:16 +07:00
parent 62a34165e4
commit a46b802643
2 changed files with 29 additions and 0 deletions
+29
View File
@@ -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*