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.2KB

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