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 9b536bf commit d794f68Copy full SHA for d794f68
.dockerignore
@@ -1,10 +1,18 @@
1
-# Ignore dockerfile so re-runs with dockerfile-only fixes don't rebuild
2
-**/Dockerfile
3
-**/target/
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
+# Ignore everything
+*
+!examples/docker-example
+!examples/manual-example
+!examples/rsrc
+!examples/tutorials
+!harness
+!src
+!tests
+!.clang-format
11
+!.gitignore
12
+!.gitleaksignore
13
+!.pre-commit-config.yaml
14
+!build.rs
15
+!Cargo.toml
16
+!Cargo.lock
17
+!config-user.mk
18
+!rust-toolchain.toml
0 commit comments