Skip to content

Commit 949e01d

Browse files
Add .dockerignore
1 parent 253f595 commit 949e01d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.dockerignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/build
33
/docs
44
/vendor
5-
composer.lock
5+
/composer.lock

0 commit comments

Comments
 (0)