diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..7281cb4c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,20 @@ +/.github export-ignore +/etc export-ignore +/spec export-ignore +/tests/Application export-ignore +/tests/DataFixtures export-ignore +/tests/DependencyInjection export-ignore +/tests/Integration export-ignore +/tests/Service 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 +phpspec.yml.dist 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 f486a1fb..d005aa64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /vendor/ +/var/ /node_modules/ /composer.lock