.gitignore 211 B

123456789101112
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. /target/
  4. # Generated by Tauri
  5. # will have schema files for capabilities auto-completion
  6. /gen/schemas
  7. /resources/ffmpeg
  8. /*.exe
  9. /*.zip
  10. /*.7z
  11. /*.rar