chore: update .gitignore to include dist directory
Added trailing slash to "dist" in .gitignore to properly ignore the directory instead of any file named "dist". This ensures that all build artifacts are excluded from version control.
This commit is contained in:
parent
7512c54d94
commit
03a47fffbd
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
venv/
|
||||
*.pyc
|
||||
__pycache__/
|
||||
dist/
|
||||
/dist/
|
Loading…
Reference in a new issue