.gitignore 113 B

1234567891011121314
  1. # Rust stuff
  2. /target
  3. Cargo.lock
  4. # Output directory
  5. /out
  6. # Other nonsense
  7. .vscode/
  8. .idea/
  9. *.swp
  10. *.bak
  11. /build.sh