aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore45
1 files changed, 17 insertions, 28 deletions
diff --git a/.gitignore b/.gitignore
index 5b7bd1a..016b59e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,35 +1,24 @@
-# .gitignore for Hugo website
+# build output
+dist/
-# Ignore Hugo build output directory
-/public/
+# generated types
+.astro/
-# Ignore Hugo temp files
-/resources/_gen/
+# dependencies
+node_modules/
-# Ignore Hugo's build lock file
-.hugo_build.lock
+# logs
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
-# Ignore system files
+# environment variables
+.env
+.env.production
+
+# macOS-specific files
.DS_Store
-Thumbs.db
-# Ignore user-specific files
-*.swp
-*.swo
-*.swn
+# jetbrains setting folder
.idea/
-*.iml
-*.log
-*.bak
-*.orig
-*.pyc
-*.pyo
-*.rej
-*.save
-*.swo
-*.swp
-*.tmproj
-*.un~
-Session.vim
-tags
-netrwhist