1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- ### macOS ###
- # General
- .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
- .com.apple.timemachine.donotpresent
- # Directories potentially created on remote AFP share
- .AppleDB
- .AppleDesktop
- Network Trash Folder
- Temporary Items
- .apdisk
- ### macOS Patch ###
- # iCloud generated files
- *.icloud
- ### VisualStudioCode ###
- .vscode/*
- !.vscode/settings.json
- !.vscode/tasks.json
- !.vscode/launch.json
- !.vscode/extensions.json
- !.vscode/*.code-snippets
- # Local History for Visual Studio Code
- .history/
- # Built Visual Studio Code Extensions
- *.vsix
- ### VisualStudioCode Patch ###
- # Ignore all local history of files
- .history
- .ionide
|