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 15, 2019
1 parent 60e3de6 commit 3d34f0d
Show file tree
Hide file tree
Showing 59 changed files with 245 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.appveyor.yml export-ignore
.composer export-ignore
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
.php_cs.dist export-ignore
.travis.yml export-ignore
build export-ignore
phpunit export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Bridge/Doctrine/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Bridge/Monolog/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Bridge/ProxyManager/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Bridge/Twig/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Bundle/DebugBundle/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Bundle/FrameworkBundle/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Bundle/SecurityBundle/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Bundle/TwigBundle/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Bundle/WebProfilerBundle/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Bundle/WebServerBundle/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Asset/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/BrowserKit/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Cache/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Config/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Console/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/CssSelector/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Debug/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/DependencyInjection/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/DomCrawler/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Dotenv/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/ErrorHandler/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/ErrorRenderer/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/EventDispatcher/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/ExpressionLanguage/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Filesystem/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Finder/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Form/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/HttpClient/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/HttpFoundation/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/HttpKernel/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Inflector/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Intl/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Ldap/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Lock/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Mailer/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Messenger/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Mime/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/OptionsResolver/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Process/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/PropertyAccess/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/PropertyInfo/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Routing/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
7 changes: 7 additions & 0 deletions src/Symfony/Component/Security/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.gitattributes export-ignore
.gitignore export-ignore
Core/Tests export-ignore
Csrf/Tests export-ignore
Guard/Tests export-ignore
Http/Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Security/Core/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Security/Csrf/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Security/Guard/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Security/Http/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Serializer/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Stopwatch/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Templating/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Translation/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Validator/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/VarDumper/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/VarExporter/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/WebLink/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Workflow/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Component/Yaml/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
4 changes: 4 additions & 0 deletions src/Symfony/Contracts/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore

0 comments on commit 3d34f0d

Please sign in to comment.