Added Colissimo to the list of standard modules
This commit is contained in:
87
.gitignore
vendored
87
.gitignore
vendored
@@ -1,43 +1,44 @@
|
|||||||
local/config/build.properties
|
local/config/build.properties
|
||||||
local/config/config_db.php
|
local/config/config_db.php
|
||||||
local/config/build
|
local/config/build
|
||||||
local/config/database.yml
|
local/config/database.yml
|
||||||
local/config/database.yml.sample.save
|
local/config/database.yml.sample.save
|
||||||
core/vendor
|
core/vendor
|
||||||
local/config/runtime-conf.xml
|
local/config/runtime-conf.xml
|
||||||
cache/*
|
cache/*
|
||||||
log/*
|
log/*
|
||||||
bin/*
|
bin/*
|
||||||
local/session/*
|
local/session/*
|
||||||
coverage
|
coverage
|
||||||
.idea
|
.idea
|
||||||
.buildpath
|
.buildpath
|
||||||
.project
|
.project
|
||||||
.settings/
|
.settings/
|
||||||
local/media/documents/*
|
local/media/documents/*
|
||||||
local/media/images/*
|
local/media/images/*
|
||||||
web/assets/*
|
web/assets/*
|
||||||
web/cache/*
|
web/cache/*
|
||||||
web/tinymce
|
web/tinymce
|
||||||
web/media
|
web/media
|
||||||
phpdoc*.log
|
phpdoc*.log
|
||||||
xhprof/
|
xhprof/
|
||||||
phpunit.phar
|
phpunit.phar
|
||||||
.DS_Store
|
.DS_Store
|
||||||
phpmyadmin
|
phpmyadmin
|
||||||
composer.phar
|
composer.phar
|
||||||
web/.htaccess
|
web/.htaccess
|
||||||
|
|
||||||
# Ignore everything in the "modules" directory, except the "default modules"
|
# Ignore everything in the "modules" directory, except the "default modules"
|
||||||
local/modules/*
|
local/modules/*
|
||||||
!local/modules/Cheque/
|
!local/modules/Cheque/
|
||||||
!local/modules/Front/
|
!local/modules/Front/
|
||||||
!local/modules/TheliaDebugBar/
|
!local/modules/TheliaDebugBar/
|
||||||
!local/modules/Tinymce/
|
!local/modules/Tinymce/
|
||||||
|
!local/modules/Colissimo/
|
||||||
# Ignore everything in the "templates" directory, except the "default template"
|
|
||||||
templates/*
|
# Ignore everything in the "templates" directory, except the "default template"
|
||||||
!templates/backOffice/
|
templates/*
|
||||||
!templates/email/
|
!templates/backOffice/
|
||||||
!templates/frontOffice/
|
!templates/email/
|
||||||
!templates/pdf/
|
!templates/frontOffice/
|
||||||
|
!templates/pdf/
|
||||||
|
|||||||
Reference in New Issue
Block a user