forked from thelia/thelia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (63 loc) · 1.34 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
local/config/build.properties
local/config/config_db.php
local/config/build
local/config/database.yml
local/config/database.yml.sample.save
local/config/key
core/vendor
local/config/runtime-conf.xml
cache/*
log/*
bin/*
local/session/*
coverage
.idea
.buildpath
.project
.settings/
local/media/documents/*
local/media/images/*
web/assets/*
web/cache/*
web/tinymce
web/media
phpdoc*.log
xhprof/
phpunit.phar
.DS_Store
phpmyadmin
composer.phar
web/.htaccess
# Ignore everything in the "modules" directory, except the "default modules"
local/modules/*
!local/modules/Cheque/
!local/modules/Carousel/
!local/modules/Front/
!local/modules/Tinymce/
!local/modules/Colissimo/
!local/modules/Hook*/
!local/modules/VirtualProductDelivery/
!local/modules/VirtualProductControl/
!local/modules/TheliaSmarty/
local/modules/HookTest/
# Ignore everything in the "templates" directory, except the "default template"
templates/*
!templates/frontOffice
templates/frontOffice/*
!templates/frontOffice/default
!templates/backOffice
templates/backOffice/*
!templates/backOffice/default
!templates/email
templates/email/*
!templates/email/default
!templates/pdf
templates/pdf/*
!templates/pdf/default
#Ignore CodeKit
codekit-config.json
config.codekit
.codekit-cache
# Ignore casperjs screenshots
tests/functionnal/casperjs/screenshot/
tests/phpunit/Thelia/Tests/Api/fixtures/visuel*.png