From e954af2da39fc211f6e0bed9c53a59a95b789e09 Mon Sep 17 00:00:00 2001 From: Nitwel Date: Mon, 16 Oct 2023 19:10:02 +0200 Subject: [PATCH] add base files --- .gitattributes | 3 +++ .gitignore | 16 ++++++++++++++++ README.md | 2 ++ 3 files changed, 21 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md 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 +