diff options
author | Unknwon <u@gogs.io> | 2015-07-09 19:46:42 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-09 19:46:42 +0800 |
commit | eb0f0710f070eb24cdf4243023eb010451525159 (patch) | |
tree | 69a0ce83cb56998afbf73c5bd8e106572f6176dd /conf/gitignore/PHP CakePHP | |
parent | a2a9e151f8e6d0968035b61d034704fb7b34d3e5 (diff) |
add more gitignores
Diffstat (limited to 'conf/gitignore/PHP CakePHP')
-rw-r--r-- | conf/gitignore/PHP CakePHP | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/gitignore/PHP CakePHP b/conf/gitignore/PHP CakePHP new file mode 100644 index 00000000..55a665e4 --- /dev/null +++ b/conf/gitignore/PHP CakePHP @@ -0,0 +1,13 @@ +# CakePHP 3 + +/vendor/* +/config/app.php +/tmp/* +/logs/* + +# CakePHP 2 + +/app/tmp/* +/app/Config/core.php +/app/Config/database.php +/vendors/* |