1. ignore .cache

This commit is contained in:
Freddy Tan 2016-11-19 18:29:47 +08:00
parent 8a522295f1
commit 035566c514

3
.gitignore vendored
View file

@ -2,4 +2,5 @@
*.tfstate.backup *.tfstate.backup
*.pyc *.pyc
*.egg-info *.egg-info
.idea .idea
.cache