We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6bbeee commit bda0ec4Copy full SHA for bda0ec4
1 file changed
.gitattributes
@@ -0,0 +1,15 @@
1
+# Exclude files and directories from export (Composer, git archive)
2
+/tests export-ignore
3
+/phpunit.xml export-ignore
4
+/run-tests.sh export-ignore
5
+/.gitattributes export-ignore
6
+/.gitignore export-ignore
7
+/phpstan.neon export-ignore
8
+/docker/ export-ignore
9
+/docker-compose.yml export-ignore
10
+/.phpcs.xml.dist export-ignore
11
+/.env.sample export-ignore
12
+/.github/ export-ignore
13
+/setup.sh export-ignore
14
+/teardown.sh export-ignore
15
+/bin/ export-ignore
0 commit comments