Skip to content

Commit 3c36466

Browse files
committed
Merge pull request #1288 from cake17/add-cakephp3
add rules for new CakePHP 3
2 parents 2a77fa4 + 458355f commit 3c36466

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

CakePHP.gitignore

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
tmp/*
2-
[Cc]onfig/core.php
3-
[Cc]onfig/database.php
4-
app/tmp/*
5-
app/[Cc]onfig/core.php
6-
app/[Cc]onfig/database.php
7-
!empty
1+
CakePHP 3
2+
3+
/vendor/*
4+
/config/app.php
5+
/tmp/*
6+
/logs/*
7+
8+
CakePHP 2
9+
10+
/app/tmp/*
11+
/app/Config/core.php
12+
/app/Config/database.php
13+
/vendors/*

0 commit comments

Comments
 (0)