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 253f595 commit 51d1aa4Copy full SHA for 51d1aa4
.dockerignore
@@ -0,0 +1,14 @@
1
+/.github
2
+/.idea
3
+/build
4
+/docs
5
+/vendor
6
+/.dockerignore
7
+/.gitattributes
8
+/.gitignore
9
+/composer.lock
10
+/CONTRIBUTING.md
11
+/Dockerfile
12
+/LICENSE
13
+/makefile
14
+/README.md
.gitattributes
@@ -2,6 +2,7 @@
/.github export-ignore
/tests export-ignore
+/.dockerignore export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.php export-ignore
.gitignore
@@ -2,4 +2,4 @@
/build
/docs
/vendor
-composer.lock
0 commit comments