Skip to content

Commit fdaeeba

Browse files
authored
refactor(docker): update .dockerignore to remove .md and docs/
Remove markdown files and docs directory from Docker ignore.
1 parent 46c4ace commit fdaeeba

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.dockerignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ target/
99
**/Cargo.toml
1010
**/Cargo.lock
1111

12-
*.md
1312
LICENSE
14-
docs/
1513

1614
*.yml
1715
*.yaml
@@ -32,4 +30,4 @@ rustmail-*.tar.gz
3230
rustmail-*.zip
3331

3432
tests/
35-
**/*_test.rs
33+
**/*_test.rs

0 commit comments

Comments
 (0)