From fe7c149811f2e20c055ad0375aff05d29491efb4 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sat, 4 May 2024 01:05:04 +0200 Subject: 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 --- .gitignore | 45 +++++++++++++++++---------------------------- 1 file changed, 17 insertions(+), 28 deletions(-) (limited to '.gitignore') 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 -- cgit v1.3