We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb1ee77 + da59ceb commit 5863f80Copy full SHA for 5863f80
.gitattributes
@@ -0,0 +1,20 @@
1
+/.github export-ignore
2
+/etc export-ignore
3
+/spec export-ignore
4
+/tests/Application export-ignore
5
+/tests/DataFixtures export-ignore
6
+/tests/DependencyInjection export-ignore
7
+/tests/Integration export-ignore
8
+/tests/Service export-ignore
9
+/tests/Unit export-ignore
10
+.editorconfig export-ignore
11
+.gitattributes export-ignore
12
+.gitignore export-ignore
13
+behat.yml.dist export-ignore
14
+ecs.php export-ignore
15
+node_modules export-ignore
16
+phpspec.yml.dist export-ignore
17
+phpstan.neon.dist export-ignore
18
+phpunit.xml.dist export-ignore
19
+rector.php export-ignore
20
+symfony.lock export-ignore
.gitignore
@@ -1,4 +1,5 @@
/vendor/
+/var/
/node_modules/
/composer.lock
0 commit comments