Skip to content

Commit 51d1aa4

Browse files
committedNov 18, 2022
Add .dockerignore
1 parent 253f595 commit 51d1aa4

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed
 

‎.dockerignore

+14
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

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/.github export-ignore
44
/tests export-ignore
5+
/.dockerignore export-ignore
56
/.gitattributes export-ignore
67
/.gitignore export-ignore
78
/.php-cs-fixer.php export-ignore

‎.gitignore

+1-1
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)
Failed to load comments.