.gitignore 88 B

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