.gitignore 94 B

12345678910
  1. /docs/build
  2. Cargo.lock
  3. /target
  4. **/*.rs.bk
  5. *.ll
  6. tests/.tmp*
  7. tests/create_me/
  8. .helix/
  9. .vscode/