We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 3fbc0f7Copy full SHA for 3fbc0f7
.gitignore
@@ -0,0 +1,36 @@
1
+### macOS ###
2
+# General
3
+.DS_Store
4
+.AppleDouble
5
+.LSOverride
6
+
7
+# Icon must end with two \r
8
+Icon
9
10
11
+# Thumbnails
12
+._*
13
14
+# Files that might appear in the root of a volume
15
+.DocumentRevisions-V100
16
+.fseventsd
17
+.Spotlight-V100
18
+.TemporaryItems
19
+.Trashes
20
+.VolumeIcon.icns
21
+.com.apple.timemachine.donotpresent
22
23
+# Directories potentially created on remote AFP share
24
+.AppleDB
25
+.AppleDesktop
26
+Network Trash Folder
27
+Temporary Items
28
+.apdisk
29
30
+### vscode ###
31
+.vscode/*
32
+!.vscode/settings.json
33
+!.vscode/tasks.json
34
+!.vscode/launch.json
35
+!.vscode/extensions.json
36
+*.code-workspace
0 commit comments