forked from thelia/thelia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
123 lines (112 loc) · 2.49 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
###> symfony/framework-bundle ###
/var/
/vendor/
/.env.local
/.env.local.php
/.env.*.local
composer.lock
symfony.lock
phpunit.xml
config
###< symfony/framework-bundle ###
###> thelia/thelia ###
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
local/config/runtime-conf.xml
local/media/documents/*
local/media/images/*
local/library/*
!local/media/images/store/favicon.png
!local/media/images/store/thelia.svg
!local/media/images/store/banner.png
web/assets/*
web/cache/*
web/image-library/*
web/legacy-image-library/*
web/tinymce
web/media
web/modules-assets/
web/templates-assets/
phpdoc*.log
xhprof/
phpunit.phar
.DS_Store
phpmyadmin
composer.phar
web/.htaccess
local/I18n/*.php
.docker/mysql-data/*
!.docker/mysql-data/.gitkeep
local/session/
translations/
bin/
# Ignore everything in the "modules" directory, except the "default modules"
local/modules/*
!local/modules/Cheque/
!local/modules/Carousel/
!local/modules/Front/
!local/modules/FreeOrder/
!local/modules/Tinymce/
!local/modules/Colissimo/
!local/modules/Hook*/
!local/modules/VirtualProductDelivery/
!local/modules/VirtualProductControl/
!local/modules/TheliaSmarty/
!local/modules/TheliaMigrateCountry/
!local/modules/WebProfiler/
local/modules/HookTest/
# Ignore everything in the "templates" directory, except the "default template"
templates/*
!templates/frontOffice
templates/frontOffice/*
!templates/frontOffice/default
!templates/frontOffice/modern
!templates/frontOffice/new_default
templates/frontOffice/modern/node_modules
templates/frontOffice/modern/dist
templates/frontOffice/modern/core
!templates/backOffice
templates/backOffice/*
!templates/backOffice/default
!templates/email
templates/email/*
!templates/email/default
!templates/pdf
templates/pdf/*
!templates/pdf/default
###< thelia/thelia ###
#other
.idea/
.history/
.husky/
.lighthouseci
setup/audit/lighthouserc.yaml
setup/audit/greenit.yaml
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
###> symfony/phpunit-bridge ###
.phpunit
###< symfony/phpunit-bridge ###
###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###
### cypress
tests/cypress/videos
tests/cypress/screenshots
tests/cypress/downloads
###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###
###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###