forked from CodeBlastr/SYSTEM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·51 lines (51 loc) · 1.19 KB
/
.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
48
49
50
51
/app/Config/facebook.php
/app/tmp/logs/*
/app/tmp/logs/debug.log
/app/tmp/logs/error.log
/app/webroot/ip.php
/app/webroot/core
/app/webroot/img/tmp/*
/app/tmp/cache/models/cake*
/app/tmp/cache/persistent/cake*
/app/tmp/cache/persistent/console*
/app/tmp/cache/views/cake*
/app/tmp/cache/test*
/app/tmp/cache/views/element*
/app/tmp/cache/cake*
/app/tmp/testscake*
/app/tmp/tests/cake*
/app/webroot/img/tmp
/lib/Cake/Console/Templates/skel/tmp/cache/persistent/myapp*
\#*\#
/plugins
/sites/**/Config/database.php
/sites/**/Config/core.php
/sites/**/tmp/logs/debug.log
/sites/**/tmp/logs/error.log
/sites/**/tmp/cache/models/cake*
/sites/**/tmp/cache/persistent/cake*
/sites/**/tmp/cache/views/cake*
/sites/**/tmp/cache/views/element*
/sites/**/tmp/cache/cake*
/sites/**/tmp/cache/*storage*
/sites/**/View/Themed/Default/webroot/upload/*
/sites/**/View/Themed/Default/webroot/files/*
/sites/**/View/Themed/Default/webroot/media/*
/sites/**/Locale/View/webroot/upload/*
/sites/**/Locale/View/webroot/files/*
/sites/**/Locale/View/webroot/media/*
/sites/**/Locale/View/webroot/img/tmp
settings.ini
desktop.ini
\.*
\_*
*\~
vendors
version
/favicon.gif
/favicon.ico
/nbproject/*
/app/webroot/fonts/google
logs/*
*.iml
conf