first commit
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
/.env.local
|
||||
/.env.local.php
|
||||
/.env.*.local
|
||||
/config/secrets/prod/prod.decrypt.private.php
|
||||
/public/bundles/
|
||||
/var/
|
||||
/vendor/
|
||||
/public/uploads
|
||||
/uploads
|
||||
/.vscode
|
||||
/compose.override.yaml
|
||||
/phpunit.xml
|
||||
.phpunit.result.cache
|
||||
.phpunit.result.cache
|
||||
/phpunit.xml
|
||||
phpstan.neon
|
||||
/.php-cs-fixer.php
|
||||
/.php-cs-fixer.cache
|
||||
/volume
|
Reference in New Issue
Block a user