You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 1.1KB

2 years ago
2 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # ---> Rust
  2. # Generated by Cargo
  3. # will have compiled files and executables
  4. /target/
  5. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  6. # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
  7. Cargo.lock
  8. # These are backup files generated by rustfmt
  9. **/*.rs.bk
  10. # Added by cargo
  11. /target
  12. # Needed to ignore IntelliJ stettings
  13. /.idea
  14. # ---> 🐧
  15. *~
  16. # temporary files which can be created if a process still has a handle open of a deleted file
  17. .fuse_hidden*
  18. # KDE directory preferences
  19. .directory
  20. # Linux trash folder which might appear on any partition or disk
  21. .Trash-*
  22. # .nfs files are created when an open file is removed but is still being accessed
  23. .nfs*
  24. # ---> 🍎
  25. # General
  26. .DS_Store
  27. .AppleDouble
  28. .LSOverride
  29. # Icon must end with two \r
  30. Icon
  31. # Thumbnails
  32. ._*
  33. # Files that might appear in the root of a volume
  34. .DocumentRevisions-V100
  35. .fseventsd
  36. .Spotlight-V100
  37. .TemporaryItems
  38. .Trashes
  39. .VolumeIcon.icns
  40. .com.apple.timemachine.donotpresent
  41. # Directories potentially created on remote AFP share
  42. .AppleDB
  43. .AppleDesktop
  44. Network Trash Folder
  45. Temporary Items
  46. .apdisk