Initial commit
This commit is contained in:
81
.gitignore
vendored
Normal file
81
.gitignore
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
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/*
|
||||
!local/media/images/store/favicon.png
|
||||
!local/media/images/store/logo.png
|
||||
!local/media/images/store/banner.jpg
|
||||
web/assets/*
|
||||
web/cache/*
|
||||
web/tinymce
|
||||
web/media
|
||||
phpdoc*.log
|
||||
xhprof/
|
||||
phpunit.phar
|
||||
.DS_Store
|
||||
phpmyadmin
|
||||
composer.phar
|
||||
web/.htaccess
|
||||
local/I18n/*.php
|
||||
.docker/mysql-data/*
|
||||
!.docker/mysql-data/.gitkeep
|
||||
|
||||
# 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/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
|
||||
|
||||
#MacOS
|
||||
.DS_Store
|
||||
|
||||
# Ignore casperjs screenshots
|
||||
tests/functionnal/casperjs/screenshot/
|
||||
tests/phpunit/Thelia/Tests/Api/fixtures/visuel*.png
|
||||
/.docker/
|
||||
/.github/
|
||||
/.well-known/
|
||||
Reference in New Issue
Block a user