.gitignore for bolt I have:
!.htaccess
app/cache/**
But you still need the cache directory so I then add a file in the cache folder as a place holder… I added the file and then ran this: git add app/cache/cacheholder.txt
.gitignore for bolt I have:
!.htaccess
app/cache/**
But you still need the cache directory so I then add a file in the cache folder as a place holder… I added the file and then ran this: git add app/cache/cacheholder.txt