- Display current branch/tag and commit hash in navbar center - Show dirty working directory indicator with yellow badge - Add automatic build info generation in Task workflow - Include build timestamp and user information - Style with responsive design (hidden on mobile) - Add .gitignore entries for generated build artifacts
37 lines
306 B
Text
37 lines
306 B
Text
# Hugo
|
|
.hugo_build.lock
|
|
public/
|
|
resources/_gen/
|
|
|
|
# Node.js / NPM
|
|
node_modules/
|
|
|
|
# Test outputs
|
|
tmp/
|
|
.htmltest/
|
|
|
|
# devbox
|
|
.devbox/
|
|
|
|
# Task cache
|
|
.task/
|
|
|
|
# Generated build data
|
|
data/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|