summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
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