Skip to content

Commit e51062d

Browse files
committed
update dockerization
1 parent 708486d commit e51062d

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

.dockerignore

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
**/target
2-
/.git*
3-
/Dockerfile
4-
/.dockerignore
1+
# ignore everything
2+
*
53

6-
# Test files
7-
/data*
8-
/tmp
4+
# except these
5+
!Cargo.lock
6+
!Cargo.toml
7+
!index.html
8+
!LICENSE
9+
!openapi.yaml
10+
!README.md
11+
!regtest.sh
12+
!rust-lightning/
13+
!src/
14+
15+
# but still ignore these
16+
rust-lightning/.git
17+
rust-lightning/.github
18+
rust-lightning/.gitignore

0 commit comments

Comments
 (0)