We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19c9fd commit 6308004Copy full SHA for 6308004
.gitignore
@@ -13,3 +13,30 @@ coverage.xml
13
14
# mkdocs
15
site/
16
+
17
+# General
18
+.DS_Store
19
+__MACOSX/
20
+.AppleDouble
21
+.LSOverride
22
+Icon[
23
+]
24
25
+# Thumbnails
26
+._*
27
28
+# Files that might appear in the root of a volume
29
+.DocumentRevisions-V100
30
+.fseventsd
31
+.Spotlight-V100
32
+.TemporaryItems
33
+.Trashes
34
+.VolumeIcon.icns
35
+.com.apple.timemachine.donotpresent
36
37
+# Directories potentially created on remote AFP share
38
+.AppleDB
39
+.AppleDesktop
40
+Network Trash Folder
41
+Temporary Items
42
+.apdisk
0 commit comments