diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-14 20:12:31 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-14 20:12:31 +0200 |
commit | 52ffa49ce45ce37441b735808060b138e30497ec (patch) | |
tree | f998a15945bbb8e6e80e61dcf8eeff94da924c2f /.gitignore | |
parent | 254217a8655a14716bb673a0abde81c0b80ccd90 (diff) | |
parent | abccc2fa65eea5f64773952661a8ba79e559333b (diff) |
Merge branch 'master' of ellislab.beanstalkapp.com:/codeigniter
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..d740c498f --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.DS_Store + +application/cache/* +!application/cache/index.html +!application/cache/.htaccess + +application/logs/* +!application/logs/index.html +!application/logs/.htaccess
\ No newline at end of file |