aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-05-04 01:05:04 +0200
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-05-04 13:34:10 +0200
commitfe7c149811f2e20c055ad0375aff05d29491efb4 (patch)
tree8df0652a35cca0f9c8fcb5fb90648fef2f8415b4 /.gitignore
parent3de434508e0b609dea1ce8dca94ef1b708e61d61 (diff)
Rebuild the site in Astro
Add licence Update site name in header to match README.md Add missing metadescription, opengraph and link to RSS Update Astro configuration to include sitemap integration with priority and changefreq settings New post
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