.gitignore 91 B

123456789101112
  1. # dust
  2. *.temp
  3. # text-editing stuff
  4. *.swp
  5. .vscode/
  6. .idea/
  7. # Rust stuff
  8. Cargo.lock
  9. /target