| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # ---> macOS
- .DS_Store
- .AppleDouble
- .LSOverride
- # Icon must end with two \r
- Icon
- # Thumbnails
- ._*
- # Files that might appear in the root of a volume
- .DocumentRevisions-V100
- .fseventsd
- .Spotlight-V100
- .TemporaryItems
- .Trashes
- .VolumeIcon.icns
- # Directories potentially created on remote AFP share
- .AppleDB
- .AppleDesktop
- Network Trash Folder
- Temporary Items
- .apdisk
- # ---> VisualStudioCode
- .settings
- # ---> Vim
- [._]*.s[a-w][a-z]
- [._]s[a-w][a-z]
- *.un~
- Session.vim
- .netrwhist
- *~
- .mailenv
- # Generated/updated by automation scripts
- records/curator_requests.xlsx
- records/send_log.xlsx
- records/steam_key.txt
- configs/curator_state.json
- configs/settings.json
|