.gitignore 693 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. # Directories potentially created on remote AFP share
  17. .AppleDB
  18. .AppleDesktop
  19. Network Trash Folder
  20. Temporary Items
  21. .apdisk
  22. # ---> VisualStudioCode
  23. .settings
  24. # ---> Vim
  25. [._]*.s[a-w][a-z]
  26. [._]s[a-w][a-z]
  27. *.un~
  28. Session.vim
  29. .netrwhist
  30. *~
  31. .mailenv
  32. # Generated/updated by automation scripts
  33. records/curator_requests.xlsx
  34. records/send_log.xlsx
  35. records/steam_key.txt
  36. configs/curator_status.json
  37. configs/settings.json