Created
October 27, 2014 14:20
-
-
Save alfa5/4841a1b320df547e6903 to your computer and use it in GitHub Desktop.
Codeigniter Ignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| */config/production | |
| */logs/log-*.php | |
| */logs/!index.html | |
| */cache/* | |
| */cache/!index.html | |
| */cache/!.htaccess | |
| # Numerous always-ignore extensions | |
| *.diff | |
| *.err | |
| *.orig | |
| *.log | |
| *.rej | |
| *.swo | |
| *.swp | |
| *.vi | |
| *~ | |
| # OS or Editor folders | |
| .DS_Store | |
| .cache | |
| .project | |
| .settings | |
| nbproject | |
| thumbs.db | |
| # Dreamweaver added files | |
| _notes | |
| dwsync.xml | |
| # Komodo | |
| *.komodoproject | |
| .komodotools | |
| # Folders to ignore | |
| .hg | |
| .svn | |
| publish | |
| .idea |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment