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 47336a5 commit daec380Copy full SHA for daec380
.gitignore
@@ -0,0 +1,43 @@
1
+# Windows image file caches
2
+Thumbs.db
3
+ehthumbs.db
4
+
5
+# Folder config file
6
+Desktop.ini
7
8
+# Recycle Bin used on file shares
9
+$RECYCLE.BIN/
10
11
+# Windows Installer files
12
+*.cab
13
+*.msi
14
+*.msm
15
+*.msp
16
17
+# =========================
18
+# Operating System Files
19
20
21
+# OSX
22
23
24
+.DS_Store
25
+.AppleDouble
26
+.LSOverride
27
28
+# Icon must end with two \r
29
+Icon
30
31
+# Thumbnails
32
+._*
33
34
+# Files that might appear on external disk
35
+.Spotlight-V100
36
+.Trashes
37
38
+# Directories potentially created on remote AFP share
39
+.AppleDB
40
+.AppleDesktop
41
+Network Trash Folder
42
+Temporary Items
43
+.apdisk
0 commit comments