We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a51ad commit aa6249fCopy full SHA for aa6249f
.gitattributes
@@ -0,0 +1,12 @@
1
+# Path-based git attributes
2
+# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3
+
4
+# Ignore paths when git creates an archive of this package
5
+/.git* export-ignore
6
+/.editorconfig export-ignore
7
+/.env.testing export-ignore
8
+/.env.testing.slic export-ignore
9
+/codeception.dist.yml export-ignore
10
+/codeception.slic.yml export-ignore
11
+/phpstan.neon.dist export-ignore
12
+/tests export-ignore
0 commit comments