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 2c7209c commit 8efe7e1Copy full SHA for 8efe7e1
.dockerignore
@@ -1,10 +1,24 @@
1
-# Ignore dockerfile so re-runs with dockerfile-only fixes don't rebuild
2
-**/Dockerfile
3
-**/target/
+# Ignore everything
+*
4
**/*.img
5
**/*.diff.craff
6
-.devcontainer.json
7
-# Don't add scripts so that builds dont have to rerun on script changes to those builds
8
-scripts
9
-target
10
-packages
+
+!examples/docker-example
+!examples/manual-example
+!examples/rsrc
+!examples/tutorials
+!harness
11
+!src
12
+!tests
13
+!.clang-format
14
+!.gitignore
15
+!.gitleaksignore
16
+!.pre-commit-config.yaml
17
+!build.rs
18
+!Cargo.toml
19
+!Cargo.lock
20
+!config-user.mk
21
+!rust-toolchain.toml
22
23
+# needed by .github/builder/Dockerfile
24
+!.github/builder
0 commit comments