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