All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 48s
- Add animated coming-soon card when no projects exist - Add Grafana shortcode and gebrauchtwagen-datenbank project - Add hugo/eliaskohout.de/public/ to .gitignore and remove from tracking
28 lines
321 B
Plaintext
28 lines
321 B
Plaintext
# ── Hugo ──
|
|
.hugo_build.lock
|
|
hugo_stats.json
|
|
hugo/eliaskohout.de/public/
|
|
|
|
# ── macOS ──
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Icon?
|
|
|
|
# ── Editor / IDE ──
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# ── Docker ──
|
|
docker-compose.override.yml
|
|
|
|
# ── Misc ──
|
|
.env
|
|
*.log
|