Skip to content

Commit ff1e1f9

Browse files
Use .gitignore generated by https://www.topal.com
1 parent bcf8317 commit ff1e1f9

File tree

1 file changed

+48
-1
lines changed

1 file changed

+48
-1
lines changed

.gitignore

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,49 @@
1+
2+
# Created by https://www.toptal.com/developers/gitignore/api/macos,visualstudiocode
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,visualstudiocode
4+
5+
### macOS ###
6+
# General
17
.DS_Store
2-
.vscode
8+
.AppleDouble
9+
.LSOverride
10+
11+
# Icon must end with two \r
12+
Icon
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+
### VisualStudioCode ###
34+
.vscode/*
35+
!.vscode/settings.json
36+
!.vscode/tasks.json
37+
!.vscode/launch.json
38+
!.vscode/extensions.json
39+
*.code-workspace
40+
41+
# Local History for Visual Studio Code
42+
.history/
43+
44+
### VisualStudioCode Patch ###
45+
# Ignore all local history of files
46+
.history
47+
.ionide
48+
49+
# End of https://www.toptal.com/developers/gitignore/api/macos,visualstudiocode

0 commit comments

Comments
 (0)