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.
This commit is contained in:
parent
caadb6f075
commit
d93c0a86bc
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
public/
|
public/
|
||||||
resources/
|
resources/
|
||||||
.hugo-build.lock
|
.hugo_build.lock
|
||||||
|
venv/
|
Loading…
Reference in a new issue