Просмотр исходного кода

add lines from official codeigniter download

- Added lines from the zip of Codeigniter-3.1.2
José I. Seluy 8 лет назад
Родитель
Сommit
b87e078781
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      CodeIgniter.gitignore

+ 7 - 0
CodeIgniter.gitignore

@@ -1,6 +1,13 @@
+.DS_Store
+
 */config/development
 */logs/log-*.php
 !*/logs/index.html
 */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/*