summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJustZvan <justzvan@justzvan.xyz>2026-03-24 20:14:42 +0100
committerJustZvan <justzvan@justzvan.xyz>2026-03-24 20:14:42 +0100
commita60a600522b9c638cf06fc484d80209dfb7d5c20 (patch)
tree9801ae967ac65724333abf15a35d445a05167095 /.gitignore
feat: initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7b62a71
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+# 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 \ No newline at end of file