SimplePanoramaViewer/.gitignore

31 lines
338 B
Text
Raw Normal View History

2018-09-30 19:14:28 +02:00
# Images
*.jpg
*.jpeg
2018-09-30 18:42:12 +02:00
*.JPG
2018-09-30 19:14:28 +02:00
# Others
*.db
*.db:encryptable
2022-09-05 14:16:10 +02:00
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# IDE
.idea
2023-11-09 23:15:32 +01:00
# Git
.git
# Dist
/dist