divyam.dev/.gitignore
Divyam Ahuja 05b4d4cad8
Some checks are pending
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions
chore: add gitignore and remove tracked build artifacts
2026-05-09 02:11:22 +05:30

12 lines
386 B
Text

# Hugo build output
public/
resources/
.hugo_build.lock
# Typst output (optional, but since we compile it in GitHub Actions, you can ignore the local PDF if you want.
# Actually, wait. You might want to track static/resume.pdf if you want it served directly without GH Actions.
# We will NOT ignore static/resume.pdf so it stays in the repo).
# OS generated files
.DS_Store
Thumbs.db