This website requires JavaScript.
Explore
Help
Sign In
OPENGIT
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore.git
synced
2025-01-04 13:55:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9ee6788e7c
gitignore
/
CodeIgniter.gitignore
6 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-12 13:56:28 +08:00
*/config/development
*/logs/log-*.php
*/logs/!index.html
*/cache/*
*/cache/!index.html
Reference in New Issue
Copy Permalink