test with gitignore file

This commit is contained in:
2026-05-26 14:54:02 -06:00
parent b6bab6c959
commit 0d8226ecb9
3 changed files with 36 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Hugo build output
/public/
/resources/_gen/
# Hugo module cache
/hugo_cache/
# Node.js (if using npm for assets/tooling)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db
# Editor files
.vscode/
.idea/
*.swp
*.swo
# Environment / secrets
.env
.env.local
.env.*.local