Initial commit
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
.nomedia
|
||||
*.tmp
|
||||
|
||||
# Project-specific
|
||||
/Builds
|
||||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
export.cfg
|
||||
export_credentials.cfg
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
||||
# Mono-specific ignores
|
||||
.mono/
|
||||
data_*/
|
||||
mono_crash.*.json
|
||||
|
||||
# Wwise
|
||||
.backup*
|
||||
.cache*
|
||||
*.akd
|
||||
*.prof
|
||||
*.validationcache
|
||||
*.wsettings
|
||||
IncrementalSoundBankData.xml
|
||||
AkWwiseProjectData.asset
|
||||
/Godot/Wwise/
|
||||
~*
|
||||
Reference in New Issue
Block a user