Files
hugo_it-services/.gitignore
Trez.One 0249a4f89b
Deploy Hugo Site / Check and Create PR (push) Successful in 36s
Deploy Hugo Site / Hugo Sanity Check (push) Successful in 29s
Deploy Hugo Site / PR Merge (push) Successful in 38s
Deploy Hugo Site / Build and Deploy to Server (push) Successful in 52s
Restructuring folder structure due to changes in Hugo 0.146.0.
2025-07-22 20:14:18 -04:00

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