1
0
forked from nothke/yugodot

gitignore and lfs

This commit is contained in:
nothke
2024-10-14 19:44:32 +02:00
commit ab07d94b74
2 changed files with 41 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
# Godot 4+ specific ignores
.godot/
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Dummy HTML5 export presets file for continuous integration
!.github/dist/export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# System/tool-specific ignores
.directory
.DS_Store
*~
*.blend1
# Jetbrains IDE files
.idea/
# Visual Studio files
.vs/
[Bb]uild/