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 2230332 commit 6c8ae49Copy full SHA for 6c8ae49
.gitattributes
@@ -1,3 +1,16 @@
1
* text eol=lf
2
entrypoint.sh linguist-detectable=false
3
Dockerfile linguist-detectable=false
4
+
5
+/.github export-ignore
6
+/coverage export-ignore
7
+/tests export-ignore
8
+/.dockerignore export-ignore
9
+/.gitattributes export-ignore
10
+/.gitignore export-ignore
11
+/.php-cs-fixer.php export-ignore
12
+/Dockerfile export-ignore
13
+/docker-compose.yml export-ignore
14
+/entrypoint.sh export-ignore
15
+/phpcs.xml export-ignore
16
+/phpunit.xml export-ignore
0 commit comments