Commit Graph

13 Commits

Author SHA1 Message Date
ShinProg (Logan Tann) 44a9c3ebda
fixes CodeIgniter.gitignore deleting a critical system file
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
2021-07-17 14:19:06 +02:00
William Marquardt 2813344310 Merge branch 'master' into codeigniter3update 2017-02-02 09:36:10 -02:00
Nacho Seluy 673926ef31 Deleted the line corresponding to an OS-specific gitignore file 2016-12-21 00:14:00 -03:00
José I. Seluy b87e078781 add lines from official codeigniter download
- Added lines from the zip of Codeigniter-3.1.2
2016-12-20 08:45:49 -03:00
William Marquardt f51de615ea Update CodeIgniter.gitignore 2016-06-03 20:58:13 -03:00
William Marquardt 3dae63bbb2 Codeigniter 3 support 2016-05-27 15:46:19 -03:00
Takafumi Sekine 82ed46d1a5 Fixed CodeIgniter.gitignore 2015-04-27 19:53:12 +09:00
Jacob Rigby 5eacf05adb Fix eol issues
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.
2014-04-23 16:02:01 -05:00
mastacheata 329376b2ef Add Exception for htaccess file denying access to the cache folder 2012-07-13 17:52:09 +03:00
anaxamaxan a6ba7878bf Changes to support CodeIgniter (Reactor) 2.0
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.
2011-05-11 22:56:28 -07:00
Owen 75c65b9ef7 Fix typo in CodeIgniter gitignore 2010-11-23 09:36:32 +08:00
Ollie Rattue 1aa8f64345 Improved CodeIgniter .gitignore to support an system directory in a 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 2010-11-10 16:50:58 +08:00
Ollie Rattue f8f4901b73 Added CodeIgniter ignores 2010-11-10 03:43:37 +08:00