Update .gitignore to ignore out logs
When you have running tox -elint, it's will generate logs dir in the project, It's useful to add logs in .gitignore to avoid logs to be commited. And, when you have using pycharm to open this project, it's will generate a hide dir .idea, so it's also needed to be ignore Change-Id: Ia86897b5971703cb83c8b32d502ce955b8419ac0
This commit is contained in:
parent
94a12b6b8a
commit
42f1a5ecc5
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,4 +8,6 @@
|
|||||||
.testrepository
|
.testrepository
|
||||||
.tox
|
.tox
|
||||||
.venv
|
.venv
|
||||||
|
logs
|
||||||
|
.idea
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
Loading…
Reference in New Issue
Block a user