Committed start of project
This commit is contained in:
34
.gitignore
vendored
34
.gitignore
vendored
@ -1,17 +1,21 @@
|
||||
# ---> Godot
|
||||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
# OS cache files
|
||||
*/.DS_Store
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
*/thumbs.db
|
||||
thumbs.db
|
||||
.thumbs.db?
|
||||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
export.cfg
|
||||
export_presets.cfg
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
||||
# Mono-specific ignores
|
||||
.mono/
|
||||
data_*/
|
||||
mono_crash.*.json
|
||||
# Luxe cache files
|
||||
bin/
|
||||
.luxe/
|
||||
_luxe.data/
|
||||
_luxe.deploy/
|
||||
*.trace
|
||||
log.txt
|
||||
log.*.txt
|
||||
.log.txt
|
||||
.log.*.txt
|
||||
|
||||
# Misc cache files
|
||||
.vscode/
|
||||
|
||||
Reference in New Issue
Block a user