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^2
parent
261d33c1d2
commit
2b12c35515
|
@ -2,3 +2,5 @@
|
|||
node_modules
|
||||
game
|
||||
build
|
||||
# ↓ 以下是我本地用的私有开发路径(不包含在 PR 中)
|
||||
src/territorial/
|
Loading…
Reference in New Issue