Skip to content

Commit 0022763

Browse files
author
Patrício dos Santos
committed
Update CakePHP.gitignore
Ignore all tmp and log files but preserve the directory structure
1 parent da00310 commit 0022763

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CakePHP.gitignore

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,20 @@
22

33
/vendor/*
44
/config/app.php
5-
/tmp/*
5+
6+
/tmp/cache/models/*
7+
!/tmp/cache/models/empty
8+
/tmp/cache/persistent/*
9+
!/tmp/cache/persistent/empty
10+
/tmp/cache/views/*
11+
!/tmp/cache/views/empty
12+
/tmp/sessions/*
13+
!/tmp/sessions/empty
14+
/tmp/tests/*
15+
!/tmp/tests/empty
16+
617
/logs/*
18+
!/logs/empty
719

820
# CakePHP 2
921

0 commit comments

Comments
 (0)