-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitignore
49 lines (44 loc) · 931 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
48
# .gitignore generated for CakePHP by GitHub #
##############################################
tmp/*
[Cc]onfig/core.php
[Cc]onfig/database.php
app/[Cc]onfig/core.php
app/[Cc]onfig/database.php
!empty
# User specific & automatically generated files #
#################################################
/app/Plugin/Minify
/app/Plugin/BoostCake
/app/Plugin/Composer/Vendor/Composer/composer.phar
/app/Vendor/autoload.php
/app/Vendor/composer
/app/Vendor/leafo
/app/Vendor/browserstate
/app/Vendor/carhartl
/app/webroot/js/plugins/browserstate
/app/webroot/js/plugins/carhartl
/app/Config/constants.php
/app/tmp/*.log.*
/app/tmp/cake*
/app/tmp/userbar*
/lib/Cake/Console/Templates/skel/tmp/
/plugins
/vendors
/build
/dist
/tags
composer.lock
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# PHP Storm generated files #
#############################
.idea