This repository has been archived by the owner on Nov 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
101 lines (86 loc) · 2.62 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
tmp/*
[Cc]onfig/core.php
[Cc]onfig/database.php
app/tmp/*
app/[Cc]onfig/core.php
app/[Cc]onfig/database.php
!empty
*.kpf
.idea
pmip
*.tmproj
.DS_Store
*.DS_Store
*.sublime-project
*.sublime-workspace
tags
.dropbox
src/plugins
src/vendors
## Code coverage reports and other CI related output files from build
build/logs/*
build/coverage/*
build/code-browser/*
build/api/*
build/phploc-reports/*
build/doc.html
## Ignore all AssetCompress cache_js
src/labelecommapp/webroot/cache_js/*.js
## Config files
src/labelecommapp/Config/database.php
src/labelecommapp/Config/database.production.php
src/labelecommapp/Config/core.php
src/labelecommapp/Config/email.php
## images files in uploads
!src/labelecommapp/webroot/files/product_image/empty
src/labelecommapp/webroot/files/product_image/*
!src/labelecommapp/webroot/files/product_representative_image/empty
src/labelecommapp/webroot/files/product_representative_image/*
## Temporary files
src/labelecommapp/tmp/cache/models/myapp_cake_*
src/labelecommapp/tmp/cache/persistent/myapp_cake_*
src/labelecommapp/tmp/cache/views/myapp_cake_*
src/labelecommapp/tmp/logs/*.log
src/labelecommapp/tmp/sessions/myapp_cake_*
src/labelecommapp/tmp/tests/myapp_cake_*
src/labelecommapp/tmp/asset_compress_*
src/lib/Cake/Console/Templates/skel/tmp/cache/models/myapp_cake_*
src/lib/Cake/Console/Templates/skel/tmp/cache/persistent/myapp_cake_*
src/lib/Cake/Console/Templates/skel/tmp/cache/views/myapp_cake_*
src/lib/Cake/Console/Templates/skel/tmp/logs/*.log
src/lib/Cake/Console/Templates/skel/tmp/sessions/myapp_cake_*
src/lib/Cake/Console/Templates/skel/tmp/tests/myapp_cake_*
## ignore libraries related files
src/labelecommapp/Vendor/autoload.php
src/labelecommapp/Vendor/composer
src/labelecommapp/Vendor/titon
src/labelecommapp/Vendor/mjohnson
src/labelecommapp/Vendor/guzzle
src/labelecommapp/Vendor/omnipay
src/labelecommapp/Vendor/symfony
src/labelecommapp/Vendor/psr
src/labelecommapp/Vendor/pimple
src/labelecommapp/Vendor/silex
src/labelecommapp/Vendor/twig
## ignore Plugin
src/labelecommapp/Plugin/AclExtras
src/labelecommapp/Plugin/AssetCompress
src/labelecommapp/Plugin/ClearCache
src/labelecommapp/Plugin/Migrations
src/labelecommapp/Plugin/PermissionsExtras
src/labelecommapp/Plugin/Queryable
src/labelecommapp/Plugin/Search
src/labelecommapp/Plugin/Upload
src/labelecommapp/Plugin/UtilityBehaviors
src/labelecommapp/Plugin/UtilityLib
## ignore composer.lock as well
src/labelecommapp/composer.lock
## ignore log files for codeception tests
!tests/_log/empty
tests/_log/*
## ignore vim project & temp files.
.local.vimrc
*.swp
##ignore paypal.php
src/labelecommapp/Config/paypal.php
src/labelecommapp/Config/paypal.php