File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ # File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
2+
3+ # Created by https://www.gitignore.io/api/macos,visualstudiocode
4+ # Edit at https://www.gitignore.io/?templates=macos,visualstudiocode
5+
6+ # ## macOS ###
7+ # General
8+ .DS_Store
9+ .AppleDouble
10+ .LSOverride
11+
12+ # Icon must end with two \r
13+ Icon
14+
15+ # Thumbnails
16+ ._ *
17+
18+ # Files that might appear in the root of a volume
19+ .DocumentRevisions-V100
20+ .fseventsd
21+ .Spotlight-V100
22+ .TemporaryItems
23+ .Trashes
24+ .VolumeIcon.icns
25+ .com.apple.timemachine.donotpresent
26+
27+ # Directories potentially created on remote AFP share
28+ .AppleDB
29+ .AppleDesktop
30+ Network Trash Folder
31+ Temporary Items
32+ .apdisk
33+
34+ # ## VisualStudioCode ###
35+ .vscode /*
36+ ! .vscode /settings.json
37+ ! .vscode /tasks.json
38+ ! .vscode /launch.json
39+ ! .vscode /extensions.json
40+
41+ # ## VisualStudioCode Patch ###
42+ # Ignore all local history of files
43+ .history
44+
45+ # End of https://www.gitignore.io/api/macos,visualstudiocode
46+
47+ # Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
48+
You can’t perform that action at this time.
0 commit comments