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
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
config.ini
|
config.ini
|
||||||
__pycache__
|
__pycache__
|
||||||
*.pyc
|
*.pyc
|
||||||
|
dist/
|
Loading…
Reference in a new issue