mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
init symfony framework #14
This commit is contained in:
parent
3c233fcfad
commit
380377b27c
114 changed files with 11525 additions and 10998 deletions
42
.gitignore
vendored
42
.gitignore
vendored
|
|
@ -1,30 +1,22 @@
|
|||
/.vscode/
|
||||
|
||||
###> symfony/framework-bundle ###
|
||||
/.env.local
|
||||
/.env.local.php
|
||||
/.env.*.local
|
||||
/config/secrets/prod/prod.decrypt.private.php
|
||||
/public/bundles/
|
||||
/var/
|
||||
/vendor/
|
||||
###< symfony/framework-bundle ###
|
||||
|
||||
/database/*
|
||||
!/database/yggtracker.mwb
|
||||
###> phpunit/phpunit ###
|
||||
/phpunit.xml
|
||||
.phpunit.result.cache
|
||||
###< phpunit/phpunit ###
|
||||
|
||||
/src/public/api/*.json
|
||||
###> symfony/phpunit-bridge ###
|
||||
.phpunit.result.cache
|
||||
/phpunit.xml
|
||||
###< symfony/phpunit-bridge ###
|
||||
|
||||
/src/config/*
|
||||
!/src/config/bootstrap.php
|
||||
!/src/config/website.json
|
||||
!/src/config/locales.json
|
||||
!/src/config/themes.json
|
||||
!/src/config/sphinx.json
|
||||
!/src/config/memcached.json
|
||||
!/src/config/database.json
|
||||
!/src/config/validator.json
|
||||
!/src/config/moderators.json
|
||||
!/src/config/nodes.json
|
||||
!/src/config/trackers.json
|
||||
!/src/config/peers.json
|
||||
|
||||
/src/public/sitemap.xml
|
||||
|
||||
/src/storage/log/*.log
|
||||
|
||||
/composer.lock
|
||||
|
||||
*test*
|
||||
.vscode
|
||||
Loading…
Add table
Add a link
Reference in a new issue