summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2026-01-27 21:44:06 +0100
committerDawid Rycerz <dawid@rycerz.xyz>2026-01-27 21:44:06 +0100
commit28876feb0ce5ea339fe0cb775751890f3ac339d3 (patch)
tree79e0c44b1c6fe42b7fda4a22bbc875e7069bc839 /.gitignore
parent7e75874291051572b7ba105c9e137f5ca68dd870 (diff)
Add Hugo site with PaperMod theme for Witryna testingmain
Set up a basic Hugo site with sample posts and witryna.yaml configuration for testing the Witryna deployment tool. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 6 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 0299c7e..14ea4dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,7 @@
-# ---> Hugo
-# 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
+# Hugo build output
+public/
+resources/
+# OS files
+.DS_Store
+Thumbs.db