diff options
author | iromli <izman.romli@gmail.com> | 2010-11-09 08:43:17 +0800 |
---|---|---|
committer | Chris Wanstrath <chris@ozmm.org> | 2010-11-09 15:43:17 +0800 |
commit | 1a70beeee387aff33dbde9388f8041938b05bc19 (patch) | |
tree | 6658d1ad899f62dbaabe9f9277549c783706561e | |
parent | 787f39eaece2ebffe8f7c942362da0b629dba36f (diff) | |
download | gitignore-1a70beeee387aff33dbde9388f8041938b05bc19.tar.gz gitignore-1a70beeee387aff33dbde9388f8041938b05bc19.zip |
added CakePHP gitignore
-rw-r--r-- | CakePHP.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CakePHP.gitignore b/CakePHP.gitignore new file mode 100644 index 00000000..0b684f19 --- /dev/null +++ b/CakePHP.gitignore @@ -0,0 +1,5 @@ +tmp/* +config/database.php +app/tmp/* +app/config/database.php + |