-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
47 lines (37 loc) · 945 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.buildpath
.project
.settings
*~
cake_toolbar*
error.log
debug.log
# Cake TMP Dirs
/webapp/app/tmp/*
!/webapp/app/tmp/
/webapp/app/tmp/cache/*
!/webapp/app/tmp/cache/
!/webapp/app/tmp/cache/empty
/webapp/app/tmp/cache/models/*
!/webapp/app/tmp/cache/models/
!/webapp/app/tmp/cache/models/empty
/webapp/app/tmp/cache/persistent/*
!/webapp/app/tmp/cache/persistent/
!/webapp/app/tmp/cache/persistent/empty
/webapp/app/tmp/cache/views/*
!/webapp/app/tmp/cache/views/
!/webapp/app/tmp/cache/views/empty
/webapp/app/tmp/logs/*
!/webapp/app/tmp/logs/
!/webapp/app/tmp/logs/empty
/webapp/app/tmp/sessions/*
!/webapp/app/tmp/sessions/
!/webapp/app/tmp/sessions/empty
/webapp/app/tmp/tests/*
!/webapp/app/tmp/tests/
!/webapp/app/tmp/tests/empty
/webapp/app/webroot/cache_css/*
!/webapp/app/webroot/cache_css/
!/webapp/app/webroot/cache_css/empty
/webapp/app/webroot/cache_js/*
!/webapp/app/webroot/cache_js/
!/webapp/app/webroot/cache_js/empty