diff options
Diffstat (limited to '')
-rw-r--r-- | options/gitignore/CodeIgniter | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/options/gitignore/CodeIgniter b/options/gitignore/CodeIgniter new file mode 100644 index 0000000..f447dc3 --- /dev/null +++ b/options/gitignore/CodeIgniter @@ -0,0 +1,18 @@ +*/config/development +*/logs/log-*.php +!*/logs/index.html +*/cache/* +!system/cache/* +!*/cache/index.html +!*/cache/.htaccess + +user_guide_src/build/* +user_guide_src/cilexer/build/* +user_guide_src/cilexer/dist/* +user_guide_src/cilexer/pycilexer.egg-info/* + +#codeigniter 3 +application/logs/* +!application/logs/index.html +!application/logs/.htaccess +/vendor/ |