Fix __pycache__ exclude

This commit is contained in:
bandesz
2017-02-28 13:18:43 +00:00
parent d3b7d1aeee
commit 297e885d72

View File

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