From f4884fd0e0f8bd85d238968ebef5a2782669e0f2 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 2 Feb 2017 17:38:52 +0900 Subject: [PATCH] Update gitignore See https://github.com/bcit-ci/CodeIgniter/blob/3.1-stable/.gitignore --- .gitignore | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 53a2c99..5982f9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,27 @@ -nbproject -._* -.~lock.* -.buildpath .DS_Store -.idea -.project -.settings -cache.properties -build -vendor/ -composer.phar -application/logs/ + +application/cache/* +!application/cache/index.html +!application/cache/.htaccess + +application/logs/* +!application/logs/index.html +!application/logs/.htaccess + +user_guide_src/build/* +user_guide_src/cilexer/build/* +user_guide_src/cilexer/dist/* +user_guide_src/cilexer/pycilexer.egg-info/* +/vendor/ + +# IDE Files +#------------------------- +/nbproject/ +.idea/* + +## Sublime Text cache files +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache +*.sublime-workspace +*.sublime-project