From d621510f116a1b9fc09b4ad253dfec3f1404bff4 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 12 Oct 2022 10:40:37 -0500 Subject: Initial commit Signed-off-by: Matt Strapp --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75b6f66 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock + +.dccache \ No newline at end of file -- cgit v1.2.3