We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1a571 commit 279fc05Copy full SHA for 279fc05
.gitattributes
@@ -1,11 +1,11 @@
1
-/.github export-ignore
2
-/examples export-ignore
3
-/tests export-ignore
4
-.* export-ignore
5
-/captainhook.json export-ignore
6
-/composer.json
7
-/composer.lock export-ignore
8
-/composer-dependency-analyser.php export-ignore
9
-/phpstan.neon export-ignore
10
-/phpstan.php export-ignore
11
-/phpunit.xml export-ignore
+# Ignore everything by default
+* export-ignore
+
+# Include only these in distribution
+bin/ -export-ignore
+bin/** -export-ignore
+src/ -export-ignore
+src/** -export-ignore
+composer.json -export-ignore
+extension.neon -export-ignore
+LICENSE -export-ignore
0 commit comments