From 2ffc4a51612d1f1ded09b812493c7ad2be4fb842 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sat, 24 Feb 2024 14:06:06 +0100 Subject: [PATCH] Add .gitignore and .gitattributes This commit adds basic .gitignore and .gitattributes files to ensure normalized line endings and avoid adding editor configuration or temporary files. --- .gitattributes | 2 ++ .gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..506833b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.md text eol=lf +*.html text eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..468a0f1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.*.swp +/.idea/