From b87e078781b06c52a456b1cafca3c6c97d40b57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20I=2E=20Seluy?= Date: Tue, 20 Dec 2016 08:45:49 -0300 Subject: [PATCH] add lines from official codeigniter download - Added lines from the zip of Codeigniter-3.1.2 --- CodeIgniter.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 0f77d9e..e639a81 100644 --- a/CodeIgniter.gitignore +++ b/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/* -- GitLab