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 779B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # ---> macOS
  2. *.DS_Store
  3. .AppleDouble
  4. .LSOverride
  5. # Icon must end with two \r
  6. Icon
  7. # Thumbnails
  8. ._*
  9. # Files that might appear in the root of a volume
  10. .DocumentRevisions-V100
  11. .fseventsd
  12. .Spotlight-V100
  13. .TemporaryItems
  14. .Trashes
  15. .VolumeIcon.icns
  16. .com.apple.timemachine.donotpresent
  17. # Directories potentially created on remote AFP share
  18. .AppleDB
  19. .AppleDesktop
  20. Network Trash Folder
  21. Temporary Items
  22. .apdisk
  23. # ---> Linux
  24. *~
  25. # temporary files which can be created if a process still has a handle open of a deleted file
  26. .fuse_hidden*
  27. # KDE directory preferences
  28. .directory
  29. # Linux trash folder which might appear on any partition or disk
  30. .Trash-*
  31. # .nfs files are created when an open file is removed but is still being accessed
  32. .nfs*
  33. .atom-build.yml