0f6a55baa0
- add vendor to .gitignore - remove all vendor files - move content to content-sample - move config.php to config.php.template
19 lines
194 B
Text
19 lines
194 B
Text
# Composer
|
|
composer.lock
|
|
composer.phar
|
|
vendor
|
|
|
|
# OS Generated
|
|
.DS_Store*
|
|
ehthumbs.db
|
|
Icon?
|
|
Thumbs.db
|
|
*.swp
|
|
|
|
# User themes
|
|
themes/*
|
|
!themes/index.html
|
|
!themes/default/*
|
|
|
|
# User config
|
|
config.php
|