- 17 7月, 2021 1 次提交
-
-
由 ShinProg (Logan Tann) 提交于
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
-
- 21 12月, 2016 1 次提交
-
-
由 Nacho Seluy 提交于
-
- 20 12月, 2016 1 次提交
-
-
由 José I. Seluy 提交于
- Added lines from the zip of Codeigniter-3.1.2
-
- 04 6月, 2016 1 次提交
-
-
由 William Marquardt 提交于
-
- 28 5月, 2016 1 次提交
-
-
由 William Marquardt 提交于
-
- 27 4月, 2015 1 次提交
-
-
由 Takafumi Sekine 提交于
-
- 24 4月, 2014 1 次提交
-
-
由 Jacob Rigby 提交于
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.
-
- 13 7月, 2012 1 次提交
-
-
由 mastacheata 提交于
-
- 12 5月, 2011 1 次提交
-
-
由 anaxamaxan 提交于
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.
-
- 23 11月, 2010 1 次提交
-
-
由 Owen 提交于
-
- 10 11月, 2010 2 次提交
-
-
由 Ollie Rattue 提交于
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
-
由 Ollie Rattue 提交于
-