* POC write output to json * move to cmd bar * write files * clean up * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * tweak * tweak * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * update fmt ignore etc * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
18 lines
252 B
Plaintext
18 lines
252 B
Plaintext
# Ignore artifacts:
|
|
build
|
|
dist
|
|
coverage
|
|
|
|
# Ignore Rust projects:
|
|
*.rs
|
|
*.hbs
|
|
target
|
|
src/wasm-lib/pkg
|
|
src/wasm-lib/kcl/bindings
|
|
e2e/playwright/export-snapshots
|
|
e2e/playwright/snapshots/prompt-to-edit
|
|
|
|
|
|
# XState generated files
|
|
src/machines/**.typegen.ts
|