From 59fc454e778433629375f9873a4f1e7137cafcf2 Mon Sep 17 00:00:00 2001 From: Lieuwe Leene Date: Tue, 24 Aug 2021 11:42:14 +0200 Subject: [PATCH 1/3] updated smudge filter for production --- .gitattributes | 3 +++ .gitignore | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0d8f4d9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text eol=lf +*.png binary +*.toml hostmgmt diff --git a/.gitignore b/.gitignore index 535b7ae..42f771f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # ---> Hugo # Generated files by hugo -static/public +static +public resources/_gen # Executable may be added to repository From 6029e6ea1eb56a868731ad8ddd982b2dd1688d26 Mon Sep 17 00:00:00 2001 From: Lieuwe Leene Date: Tue, 24 Aug 2021 17:12:06 +0200 Subject: [PATCH 2/3] Update '.gitattributes' --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 0d8f4d9..985ba79 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ * text eol=lf *.png binary -*.toml hostmgmt +*.toml filter=hostmgmt \ No newline at end of file From 84995b13faf1d9d9930060a37aea15d9774e5f43 Mon Sep 17 00:00:00 2001 From: Lieuwe Leene Date: Tue, 24 Aug 2021 17:24:11 +0200 Subject: [PATCH 3/3] WIP gitignore --- .gitignore | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 42f771f..fbf0917 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,5 @@ # ---> Hugo # Generated files by hugo -static -public +static/ +public/ resources/_gen - -# Executable may be added to repository -hugo.exe -hugo.darwin -hugo.linux -