Files
personalblog/.gitignore
ghislainl ea2e510e17
All checks were successful
Build and Deploy Hugo Blog / build (push) Successful in 5m0s
Initial commit: Hugo blog with PaperMod theme
2025-12-19 22:23:05 +01:00

24 lines
187 B
Plaintext

# Hugo
/public/
/resources/
.hugo_build.lock
hugo_stats.json
# Node
node_modules/
package-lock.json
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Backups
*.bak
*.tmp