diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | .gitignore | 12 |
2 files changed, 6 insertions, 7 deletions
diff --git a/.gitattributes b/.gitattributes index 8ad74f7..6313b56 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -# Normalize EOL for all files that Git considers text files. * text=auto eol=lf @@ -1,13 +1,13 @@ -# Godot-specific ignores .import/ +addons/ export.cfg export_presets.cfg - -# Imported translations (automatically generated from CSV files) *.translation - -# Mono-specific ignores .mono/ data_*/ - +.vscode/ *.exe +*.dll +*.pck +*.apk +*.apk.idsig |