31 lines
347 B
Plaintext
31 lines
347 B
Plaintext
# 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
|
|
|
|
# Other
|
|
/assets/jsconfig.json
|