31 lines
339 B
Plaintext
31 lines
339 B
Plaintext
# Hugo build output
|
|
/public/
|
|
/resources/
|
|
|
|
# Hugo cache and lock files
|
|
.hugo_build.lock
|
|
.hugo_build.cache/
|
|
|
|
# OS-generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor/IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.log
|
|
*.swp
|
|
*.swo
|
|
*.bak
|
|
|
|
# Hugo executable binaries (if manually downloaded)
|
|
hugo.exe
|
|
hugo.darwin
|
|
hugo.linux
|
|
|
|
# scripts
|
|
*.sh |