We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf73d9 commit 679eb37Copy full SHA for 679eb37
.gitattributes
@@ -1,6 +1,19 @@
1
+# Path-based git attributes
2
+# https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitattributes.html
3
+
4
* text
-.* export-ignore
5
composer.lock text -diff
-phpstan.* export-ignore
-phpunit.* export-ignore
6
-tests export-ignore
7
+# Ignore paths when git creates an archive of this package
8
+/.gitattributes export-ignore
9
+/.gitignore export-ignore
10
+/.github export-ignore
11
+/.editorconfig export-ignore
12
+/.env.testing export-ignore
13
+/.env.testing.slic export-ignore
14
+/codeception.dist.yml export-ignore
15
+/codeception.slic.yml export-ignore
16
+/phpstan.neon.dist export-ignore
17
+/tests export-ignore
18
+/bin export-ignore
19
+/docs export-ignore
0 commit comments