2018-09-30 17:14:28 +00:00
|
|
|
# Images
|
2018-05-01 09:05:04 +00:00
|
|
|
*.jpg
|
|
|
|
*.jpeg
|
2018-09-30 16:42:12 +00:00
|
|
|
*.JPG
|
2018-09-30 17:14:28 +00:00
|
|
|
|
|
|
|
# Others
|
|
|
|
*.db
|
|
|
|
*.db:encryptable
|
2022-09-05 12:16:10 +00: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 22:15:32 +00:00
|
|
|
|
|
|
|
# Git
|
|
|
|
.git
|
|
|
|
|
|
|
|
# Dist
|
|
|
|
/dist
|
|
|
|
|