From 1063842e4a05036c11d81127313088c2d7e5e570 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Sun, 16 Mar 2025 15:46:30 +0100 Subject: [PATCH] Initial commit --- .gitattributes | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..44c4180 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Disable core.autocrlf (https://stackoverflow.com/a/52996849/1806760) +* -text \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7b0081 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.qm