From fef73effc45d843ab057c30f4c36055c0dc42b2c Mon Sep 17 00:00:00 2001 From: Noa Second Date: Tue, 7 May 2024 12:31:23 +0200 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ .gitignore | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..31619f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Libraries +*.lvlibp +*.llb + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe + +# Metadata +*.aliases +*.lvlps +.cache/