Tweaks to gitignore and deployment pipeline.

This commit is contained in:
2025-02-20 13:54:19 -05:00
parent 2d815c8527
commit be112d7d5b
2 changed files with 53 additions and 23 deletions
+23 -10
View File
@@ -1,15 +1,28 @@
# ---> Hugo
# Generated files by hugo
# Hugo build output
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
/resources/
# Executable may be added to repository
# Hugo cache and lock files
.hugo_build.lock
.hugo_build.cache/
# OS-generated files
.DS_Store
Thumbs.db
# Editor/IDE files
.vscode/
.idea/
*.iml
# Temporary files
*.tmp
*.log
*.swp
*.swo
*.bak
# Hugo executable binaries (if manually downloaded)
hugo.exe
hugo.darwin
hugo.linux
# Temporary lock file while building
/.hugo_build.lock