.gitignore 82 B

12345678910
  1. # Rust stuff
  2. /target
  3. Cargo.lock
  4. # text editing stuff
  5. .vscode/
  6. .idea/
  7. *.swp
  8. *.bak