14 lines
213 B
Plaintext
14 lines
213 B
Plaintext
# Ignore artifacts:
|
|
build
|
|
coverage
|
|
|
|
# Ignore Rust projects:
|
|
*.rs
|
|
target
|
|
src/wasm-lib/pkg
|
|
src/wasm-lib/kcl/bindings
|
|
e2e/playwright/export-snapshots
|
|
|
|
# XState generated files
|
|
src/machines/modelingMachine.typegen.ts
|