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 708486d commit e51062dCopy full SHA for e51062d
1 file changed
.dockerignore
@@ -1,8 +1,18 @@
1
-**/target
2
-/.git*
3
-/Dockerfile
4
-/.dockerignore
+# ignore everything
+*
5
6
-# Test files
7
-/data*
8
-/tmp
+# except these
+!Cargo.lock
+!Cargo.toml
+!index.html
+!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