From c57f07ffc2c79ae54892105bb95646127a515327 Mon Sep 17 00:00:00 2001 From: Djairo Hougee Date: Sun, 9 Nov 2025 01:47:49 +0100 Subject: [PATCH] Initial commit --- .gitignore | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 53 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac44eeb --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +# ---> C++ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# ---> Godot +# 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 + diff --git a/README.md b/README.md new file mode 100644 index 0000000..b60c504 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# notSpore +