Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/vendor/
/var/
/node_modules/
/composer.lock

Expand Down