1. ignore .cache
This commit is contained in:
parent
8a522295f1
commit
035566c514
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@
|
||||||
*.tfstate.backup
|
*.tfstate.backup
|
||||||
*.pyc
|
*.pyc
|
||||||
*.egg-info
|
*.egg-info
|
||||||
.idea
|
.idea
|
||||||
|
.cache
|
Loading…
Reference in a new issue