chore: add .gitignore to exclude dev folders

Added .gitignore to exclude local development folders:
- .vscode/
- node_modules/
- build/
- src/territorial/ (used for local analysis)

This helps avoid accidental commits of non-source files.
pull/18/head
D-D|1 2025-06-25 10:01:09 +02:00
parent 261d33c1d2
commit 1035c63d74
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,4 +1,6 @@
.vscode
node_modules
game
build
build
# ↓ 以下是我本地用的私有开发路径(不包含在 PR 中)
dev/