We no longer ship the sanify file as part of the SDK but expect it be generated on first use: https://github.com/WebAssembly/waterfall/pull/656 Also remove the Dockerfile itself from the docker image if we include it then whenever you change anything in the Dockerfile it invalides all the layers and forces a completely rebuild. This makes iterating on the image very slow.
23 lines
390 B
Plaintext
23 lines
390 B
Plaintext
# Ignore all subdirectories
|
|
*/*
|
|
|
|
# Allow to run the test script inside the Docker container
|
|
!/docker/test_dockerimage.sh
|
|
|
|
# Ignore unnecessary files inside top-level directory
|
|
*.bat
|
|
*.csh
|
|
*.fish
|
|
*.ps1
|
|
*.pyc
|
|
.emscripten
|
|
.emscripten.old
|
|
.emscripten_cache
|
|
.emscripten_cache__last_clear
|
|
.emscripten_sanity
|
|
.emscripten_sanity_wasm
|
|
.flake8
|
|
emscripten-releases-tot.txt
|
|
legacy-*-tags.txt
|
|
README.md
|