aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2025-05-13 05:18:21 -0400
committeranoduck <9925396+anoduck@users.noreply.github.com>2025-05-13 05:18:21 -0400
commitfefc8879d12e3dc931d915ec2d1aaa25413e5a11 (patch)
treecc73f066f7134b96388c43eeb2c0e694c28f6b32 /.gitignore
created repository
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..734c2a1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+### Generated by gibo (https://github.com/simonwhitaker/gibo)
+### https://raw.github.com/github/gitignore/6eeebe6f49678aacd8311ce079842c971b3ebe96/community/Golang/Hugo.gitignore
+
+# 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
+
+