diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-07-22 14:30:09 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-07-22 14:30:09 -0400 |
commit | 914aa9e08061db55db4d445e8e43f71603dca634 (patch) | |
tree | 7ad451bc510209d5bdc8a67e0c06649d7f6d60bc | |
download | chicken-chaser-gd-914aa9e08061db55db4d445e8e43f71603dca634.tar.gz chicken-chaser-gd-914aa9e08061db55db4d445e8e43f71603dca634.zip |
git config
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | .gitignore | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f48ad7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ |