Updated gitignore to ignore pyvenv files
This commit is contained in:
parent
5c91dccc9e
commit
6305604056
1 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,3 +2,6 @@
|
||||||
*.txt
|
*.txt
|
||||||
log/
|
log/
|
||||||
*.bak
|
*.bak
|
||||||
|
bin/
|
||||||
|
lib/
|
||||||
|
*.cfg
|
Loading…
Add table
Reference in a new issue