commit 2d70bd5cb436f14e481953bb36a1231f2c9954fa Author: Rob Kelly Date: Wed Jul 17 19:14:07 2024 -0600 Initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8d7f999 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf +*.svg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2568c6c --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Godot 4+ specific ignores +.godot/ + +# 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 + +# Python venv +.venv + +# Project demos +/demos/