Update .gitignore: Add "dist/" to ignore list
The commit adds "dist/" to the .gitignore file, ensuring that these files will be ignored when committing changes. This helps to keep the repository clean and free of unnecessary files.
This commit is contained in:
parent
e4afeaa73b
commit
7fe9e42264
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
.venv
|
||||
config.ini
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyc
|
||||
dist/
|
Loading…
Reference in a new issue