mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
Codeigniter 3 support
This commit is contained in:
parent
8f35779cef
commit
3dae63bbb2
1 changed files with 9 additions and 0 deletions
|
@ -4,3 +4,12 @@
|
|||
*/cache/*
|
||||
!*/cache/index.html
|
||||
!*/cache/.htaccess
|
||||
|
||||
#codeigniter 3
|
||||
application/cache/*
|
||||
!application/cache/index.html
|
||||
!application/cache/.htaccess
|
||||
application/logs/*
|
||||
!application/logs/index.html
|
||||
!application/logs/.htaccess
|
||||
/vendor/
|
Loading…
Add table
Add a link
Reference in a new issue