From 8664d09acccb3058c42fb6fbac906ce78e24a6fe Mon Sep 17 00:00:00 2001 From: Joshua Higgins Date: Sat, 25 Nov 2023 23:07:17 -0500 Subject: [PATCH] missing files --- .gitattributes | 2 ++ .gitignore | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eba1110 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..65b6274 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Generated files by hugo +/resources/ + +# Temporary lock file while building +/.hugo_build.lock + +/public/ \ No newline at end of file