Initial commit
This commit is contained in:
commit
03ce3755f5
15 changed files with 245 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
|
||||
# Ignore Godot addon directory for now to not bloat the repo
|
||||
addons/
|
||||
|
||||
# Don't push our secrets
|
||||
src/secrets.gd
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
||||
# Mono-specific ignores
|
||||
.mono/
|
||||
data_*/
|
||||
mono_crash.*.json
|
||||
|
||||
# System/tool-specific ignores
|
||||
.directory
|
||||
.DS_Store
|
||||
*~
|
||||
Loading…
Add table
Add a link
Reference in a new issue