CodeIgniter + NetBeans .hgignore← Back

Here’s my current .hgignore for CodeIgniter projects. I use NetBeans IDE which creates the nbproject/ directory and I usually store my PSD design in PSD/. This will also ignore any logs or cache files created by CI during development.
^\.hgignore$ ^application/logs/(?!index\.html|\.htaccess) ^application/cache/(?!index\.html|\.htaccess) ^nbproject$ ^PSD$ syntax: glob *.[Bb][Aa][Kk]
Comments
There are no comments