.gitignore 76 B

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