diff --git a/.gitattributes b/.gitattributes index dfe0770..8b58c39 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,7 @@ -# Auto detect text files and perform LF normalization -* text=auto +*.gd eol=lf +*.tscn eol=lf +*.cfg eol=lf +*.godot eol=lf +*.tres eol=lf +*.import eol=lf +*.gdshader eol=lf diff --git a/.gitignore b/.gitignore index 4f48ad7..887f3a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,12 @@ -# Godot-specific ignores +*.o +*.os .import/ -export.cfg -export_presets.cfg - -# Imported translations (automatically generated from CSV files) -*.translation - -# Mono-specific ignores -.mono/ -data_*/ +.godot/ +*.dblite +*.exp +*.lib +*.obj +*.TMP +logs +Thumbs.db +android/