We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d5180 commit 853f155Copy full SHA for 853f155
.gitattributes
@@ -9,6 +9,8 @@
9
.gitignore export-ignore
10
.editorconfig export-ignore
11
.travis.yml export-ignore
12
+composer.json export-ignore
13
+composer.lock export-ignore
14
_test export-ignore
15
_cs export-ignore
16
lib/plugins/testing export-ignore
.gitignore
@@ -58,6 +58,9 @@
58
lib/images/*/local/*
59
60
# composer default ignores
61
+composer.phar
62
+vendor/bin/*
63
+vendor/*/*/bin/*
64
vendor/*/*/tests/*
65
vendor/*/*/test/*
66
vendor/*/*/doc/*
0 commit comments