forked from thelia/thelia-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (44 loc) · 1010 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
/vendor
/bin
/log/*
/web/assets
/web/cache
/cache/*
!/cache/.gitkeep
!/log/.gitkeep
!/cache/.htaccess
# Thelia default templates
/templates/frontOffice/default
/templates/backOffice/default
/templates/email/default
/templates/pdf/default
# Thelia config
/local/config
/local/setup
/local/media
/local/session
# Thelia default modules
/local/modules/Cheque
/local/modules/Carousel
/local/modules/HookCurrency
/local/modules/HookProductsNew
/local/modules/Tinymce
/local/modules/Colissimo
/local/modules/HookCustomer
/local/modules/HookProductsOffer
/local/modules/VirtualProductControl
/local/modules/Front
/local/modules/HookLang
/local/modules/HookSearch
/local/modules/VirtualProductDelivery
/local/modules/HookAnalytics
/local/modules/HookLinks
/local/modules/HookSocial
/local/modules/HookCart
/local/modules/HookNavigation
/local/modules/TheliaDebugBar
/local/modules/HookContact
/local/modules/HookNewsletter
/local/modules/TheliaSmarty
/local/modules/FreeOrder
### Please add your dependancies here