1. I add this in my .gitignore:
temp/cache/
!temp/cache/.htaccess
But it still skip (dont commit) everything in cache dir including .htaccess.
How fix it?
2. Is ok that I commit my .gitignore on github?
1. I add this in my .gitignore:
temp/cache/
!temp/cache/.htaccess
But it still skip (dont commit) everything in cache dir including .htaccess.
How fix it?
2. Is ok that I commit my .gitignore on github?