Skip to content

Commit bbe3701

Browse files
committed
add gitignore
1 parent ca0c003 commit bbe3701

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.gitignore

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+

0 commit comments

Comments
 (0)