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