44 lines
501 B
Plaintext
44 lines
501 B
Plaintext
# Hugo default output directory
|
|
/public/
|
|
|
|
# Generated files by hugo
|
|
/resources/_gen/
|
|
/assets/jsconfig.json
|
|
hugo_stats.json
|
|
|
|
# Temporary lock file while building
|
|
/.hugo_build.lock
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE specific files
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# Node modules if you're using npm
|
|
node_modules/
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
|
|
# Build files
|
|
dist/
|
|
|
|
# Temporary files
|
|
*~
|
|
\#*\# |