Fix __pycache__ exclude

This commit is contained in:
bandesz
2017-02-28 13:17:05 +00:00
parent 1e83f7d8e2
commit 3a8e4499dc

View File

@@ -1,8 +1,9 @@
__pycache__*
*__pycache__*
.git/*
app/assets/*
bower_components/*
cache/*
.cache/*
node_modules/*
target/*
venv/*