commit e954af2da39fc211f6e0bed9c53a59a95b789e09 Author: Nitwel Date: Mon Oct 16 19:10:02 2023 +0200 add base files diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2585aa0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf +Assets/** filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dc3a5a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Godot 4+ specific ignores +.godot/ +android/ + +# 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 \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..c2c6529 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Immersive Home +