Files
e2c-how/.gitignore
Nathan Schneider da913234fd initial commit
2025-06-25 12:47:41 -07:00

50 lines
546 B
Plaintext

# Hugo build output
/public/
/resources/_gen/
# Hugo modules
go.mod
go.sum
# Hugo cache
/hugo_stats.json
# Temporary lock files
*.tmp
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
# Node modules (if using npm/yarn for themes or tools)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment variables
.env
.env.local
.env.production
# Backup files
*.bak
*.backup
# Hugo shortcodes backup
layouts/shortcodes/*.html~