revuo-weekly/.gitignore
Kumi d93c0a86bc
chore: update .gitignore to ignore build artifacts and venv
Renamed .hugo-build.lock to .hugo_build.lock to match actual file naming. Added venv/ to ignore list to prevent virtual environment files from being tracked, avoiding unnecessary clutter in the repository.
2024-07-23 08:54:35 +02:00

5 lines
51 B
Plaintext

.DS_Store
public/
resources/
.hugo_build.lock
venv/