We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9853322 commit 786fd39Copy full SHA for 786fd39
.gitignore
@@ -0,0 +1,33 @@
1
+
2
+# Created by https://www.gitignore.io/api/macos
3
+# Edit at https://www.gitignore.io/?templates=macos
4
5
+### macOS ###
6
+# General
7
+.DS_Store
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
+# End of https://www.gitignore.io/api/macos
0 commit comments