Files
hugo_it-services/.gitignore
T

29 lines
324 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