aboutsummaryrefslogtreecommitdiffstats
path: root/CodeIgniter.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* fixes CodeIgniter.gitignore deleting a critical system fileShinProg (Logan Tann)2021-07-171-0/+1
| | | | | | | | After spending a lot of time finding why my app won't run, just noticed that the gitignore I copied introduced a deletion/ignore rule of an internal folder used by the framework. The current gitignore file deletes the folder `/system/Cache/*` and causes the following error when running the App from the CLI or the web server : `Class "CodeIgniter\Cache\CacheFactory" not found `; making the app unable to run. I added the following rule to fix this : `!system/Cache/*`. Note : this won't fix the bug if the system folder is renamed
* Merge branch 'master' into codeigniter3updateWilliam Marquardt2017-02-021-0/+5
|\
| * Deleted the line corresponding to an OS-specific gitignore fileNacho Seluy2016-12-211-2/+0
| |
| * add lines from official codeigniter downloadJosé I. Seluy2016-12-201-0/+7
| | | | | | | | - Added lines from the zip of Codeigniter-3.1.2
* | Update CodeIgniter.gitignoreWilliam Marquardt2016-06-031-4/+1
| |
* | Codeigniter 3 supportWilliam Marquardt2016-05-271-0/+9
|/
* Fixed CodeIgniter.gitignoreTakafumi Sekine2015-04-271-3/+3
|
* Fix eol issuesJacob Rigby2014-04-231-1/+1
| | | | | | | | | | | | Some files don't contain a line separator ('\n') at the end. Add the missing eol. In POSIX, all lines of text should end with a newline character by definition. See http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html section 3.397 for more. See https://gist.github.com/jacknagel/1020172 for a gist of the issue.
* Add Exception for htaccess file denying access to the cache foldermastacheata2012-07-131-0/+1
|
* Changes to support CodeIgniter (Reactor) 2.0 anaxamaxan2011-05-111-4/+5
| | | | Environment support eliminates the need to ignore database.php. Instead, ignore the entire development dir. Logs and cache are now in application folder instead of system.
* Fix typo in CodeIgniter gitignoreOwen2010-11-231-1/+1
|
* Improved CodeIgniter .gitignore to support an system directory in a ↵Ollie Rattue2010-11-101-4/+4
| | | | different location to the default install. Fixed database.php ignore rule. The application directory can be moved to any location and the ignore will still operate
* Added CodeIgniter ignoresOllie Rattue2010-11-101-0/+4