File tree Expand file tree Collapse file tree 3 files changed +62
-0
lines changed
Expand file tree Collapse file tree 3 files changed +62
-0
lines changed Original file line number Diff line number Diff line change 1+ # Created by https://www.toptal.com/developers/gitignore/api/macos,visualstudiocode
2+ # Edit at https://www.toptal.com/developers/gitignore?templates=macos,visualstudiocode
3+
4+ # ## macOS ###
5+ # General
6+ .DS_Store
7+ .AppleDouble
8+ .LSOverride
9+
10+ # Icon must end with two \r
11+ Icon
12+
13+
14+ # Thumbnails
15+ ._ *
16+
17+ # Files that might appear in the root of a volume
18+ .DocumentRevisions-V100
19+ .fseventsd
20+ .Spotlight-V100
21+ .TemporaryItems
22+ .Trashes
23+ .VolumeIcon.icns
24+ .com.apple.timemachine.donotpresent
25+
26+ # Directories potentially created on remote AFP share
27+ .AppleDB
28+ .AppleDesktop
29+ Network Trash Folder
30+ Temporary Items
31+ .apdisk
32+
33+ # ## macOS Patch ###
34+ # iCloud generated files
35+ * .icloud
36+
37+ # ## VisualStudioCode ###
38+ .vscode /*
39+ ! .vscode /settings.json
40+ ! .vscode /tasks.json
41+ ! .vscode /launch.json
42+ ! .vscode /extensions.json
43+ ! .vscode /* .code-snippets
44+
45+ # Local History for Visual Studio Code
46+ .history /
47+
48+ # Built Visual Studio Code Extensions
49+ * .vsix
50+
51+ # ## VisualStudioCode Patch ###
52+ # Ignore all local history of files
53+ .history
54+ .ionide
55+
56+ # Support for Project snippet scope
57+ .vscode /* .code-snippets
58+
59+ # Ignore code-workspaces
60+ * .code-workspace
61+
62+ # End of https://www.toptal.com/developers/gitignore/api/macos,visualstudiocode
You can’t perform that action at this time.
0 commit comments