f3fc6a2632
- Add gh-dashboard (debba/gh-dashboard) as collaboration project in EN/ES CV data - Add head-language-switch.html template partial with test - Change CV header text-align-last from justify to left - Update .gitignore to exclude prompt symlinks and cv-site binary
78 lines
1007 B
Plaintext
78 lines
1007 B
Plaintext
# Environment variables (contains secrets)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Binaries
|
|
cv-server
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binaries
|
|
*.test
|
|
|
|
# Output
|
|
*.out
|
|
|
|
# Go workspace
|
|
go.work
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temp files
|
|
*.tmp
|
|
*.log
|
|
cv-app
|
|
static/psd
|
|
static/psd/yo DNI.psd
|
|
|
|
# CSS build output (generated by Lightning CSS)
|
|
# We track bundle.min.css for production but ignore dev bundle
|
|
static/dist/bundle.css
|
|
!static/dist/bundle.min.css
|
|
|
|
# Temporary implementation artifacts (prevent clutter)
|
|
*_SUMMARY.md
|
|
*_REPORT.md
|
|
*_COMPLETE.md
|
|
*-COMPLETE.md
|
|
*-FIXES.md
|
|
*-VALIDATION.md
|
|
QUICK_START_*.md
|
|
benchmark_*.sh
|
|
verify_*.sh
|
|
validate_*.sh
|
|
test_*.sh
|
|
final_validation.sh
|
|
|
|
# Coverage reports
|
|
coverage.html
|
|
coverage.out
|
|
*.coverprofile
|
|
.claude
|
|
playwright.config.js
|
|
|
|
# Test artifacts
|
|
tests/screenshots/
|
|
|
|
# Personal learning documentation README (private goals and notes)
|
|
_go-learning/README.md
|
|
|
|
# Personal prompt symlinks (Obsidian vault)
|
|
*-PROMPT.md
|
|
|
|
# Built binary
|
|
cv-site
|