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

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ node_modules
.env
npm-debug.log
!tasks/**
/views/cache/**

View File