diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..47898e4a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,19 @@ +/.github export-ignore +/etc export-ignore +/spec export-ignore +/tests/DataFixtures export-ignore +/tests/DependencyInjection export-ignore +/tests/Integration export-ignore +/tests/Service export-ignore +/tests/TestApplication export-ignore +/tests/Unit export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +behat.yml.dist export-ignore +ecs.php export-ignore +node_modules export-ignore +phpstan.neon.dist export-ignore +phpunit.xml.dist export-ignore +rector.php export-ignore +symfony.lock export-ignore diff --git a/.gitignore b/.gitignore index f23f0531..17a35c0a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ /.phpunit.result.cache /behat.yml -/phpspec.yml /phpunit.xml /tests/TestApplication/.env.local