nectar/.dockerignore
Lyn c720e8d41c
Dockerize Kinode
(todo: use a different account other than my personal one as the namespace)
2024-04-04 17:42:56 +00:00

23 lines
297 B
Plaintext

target/
wit/
**/target/
**/wit/
**/*.wasm
.vscode
.app-signing
.DS_Store
*.swp
*.swo
*.zip
/home
packages/**/pkg/*.wasm
packages/**/wit
*/**/node_modules
.env
kinode/src/bootstrapped_processes.rs
kinode/packages/**/wasi_snapshot_preview1.wasm
LICENSE
pull_request_template.md
README.md
Dockerfile