Edited .gitignore to exclude Testing dir
This commit is contained in:
parent
ff2955da0e
commit
5a35f9e7d9
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
|
Testing
|
||||||
|
|
||||||
|
|
Reference in a new issue