initial commit: project skeleton with readme, agent conventions, and gitignore
This commit is contained in:
commit
14e2343615
3 changed files with 102 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Godot
|
||||
.godot/
|
||||
*.import
|
||||
*.translation
|
||||
import/
|
||||
export/
|
||||
.cache/
|
||||
godot_temp_*
|
||||
|
||||
# Editor
|
||||
*.godot
|
||||
*.uid
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
Loading…
Add table
Add a link
Reference in a new issue