add projects page; move to hugo;
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 1m59s
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 1m59s
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# ── Hugo ──
|
||||
.hugo_build.lock
|
||||
hugo_stats.json
|
||||
|
||||
# ── macOS ──
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
Icon?
|
||||
|
||||
# ── Editor / IDE ──
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# ── Docker ──
|
||||
docker-compose.override.yml
|
||||
|
||||
# ── Misc ──
|
||||
.env
|
||||
*.log
|
||||
Reference in New Issue
Block a user