fixed gitignore on cache folder

This commit is contained in:
Jonathan Labreuille
2015-07-31 19:05:21 +02:00
parent 8b1b38d721
commit bac0823429
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@@ -7,4 +7,5 @@ tests/acceptance.suite.yml
node_modules
.env
npm-debug.log
!tasks/**
!tasks/**
/views/cache/**

View File