We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5df58b0 + 05ef15a commit d95610cCopy full SHA for d95610c
.gitignore
@@ -1,8 +1,33 @@
1
+############
2
+## Macintosh
3
4
+
5
*.pbxuser
6
*.mode1
7
*.mode1v3
8
+*.mode2v3
9
*.perspective
10
*.perspectivev3
11
+*.xcuserstate
12
+project.xcworkspace/
13
+xcuserdata/
14
15
+# Generated files
16
+*.o
17
+*.pyc
18
+*.hi
19
20
+#Python modules
21
+MANIFEST
22
+dist/
23
+build/
24
25
+# Backup files
26
+*~.nib
27
+\#*#
28
+.#*
29
30
+# Other
31
.DS_Store
32
.svn
33
build/
0 commit comments