Skip to content

Commit

Permalink
Adding .gitattributes to remove Tests directory from "dist"
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Sep 14, 2019
1 parent f94d600 commit 4b08f6a
Show file tree
Hide file tree
Showing 55 changed files with 118 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.composer
.github
build
.appveyor.yml export-ignore
.php_cs.dist export-ignore
.travis.yml export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Bridge/Doctrine/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Bridge/Monolog/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Bridge/ProxyManager/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Bridge/Twig/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Bundle/DebugBundle/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Bundle/FrameworkBundle/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Bundle/SecurityBundle/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Bundle/TwigBundle/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Bundle/WebProfilerBundle/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Bundle/WebServerBundle/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Asset/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/BrowserKit/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Cache/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Config/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Console/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/CssSelector/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Debug/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/DependencyInjection/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/DomCrawler/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Dotenv/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/ErrorHandler/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/ErrorRenderer/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/EventDispatcher/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/ExpressionLanguage/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Filesystem/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Finder/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Form/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/HttpClient/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/HttpFoundation/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/HttpKernel/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Inflector/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Intl/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Ldap/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Lock/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Mailer/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Messenger/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Mime/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/OptionsResolver/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Process/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/PropertyAccess/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/PropertyInfo/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Routing/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
5 changes: 5 additions & 0 deletions src/Symfony/Component/Security/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Core/Tests/ export-ignore
Csrf/Tests/ export-ignore
Guard/Tests export-ignore
phpunit.xml.dist export-ignore
Http/Tests/ export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Serializer/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Stopwatch/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Templating/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Translation/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Validator/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/VarDumper/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/VarExporter/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/WebLink/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Workflow/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Component/Yaml/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore
2 changes: 2 additions & 0 deletions src/Symfony/Contracts/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Tests export-ignore
phpunit.xml.dist export-ignore

0 comments on commit 4b08f6a

Please sign in to comment.