.gitignore 63 B

1234567
  1. **/target
  2. /Cargo.lock
  3. .direnv
  4. .vscode/
  5. .idea/
  6. *.redb
  7. *.sqlite*