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 941b896 commit 903d1a2Copy full SHA for 903d1a2
.gitignore
@@ -0,0 +1,38 @@
1
+# Mac Finder
2
+.DS_Store
3
+.Trashes
4
+Icon?
5
+
6
+# Thumbnails
7
+._*
8
9
+# Files that might appear on external disk
10
+.Spotlight-V100
11
12
13
+# Windows
14
+Thumbs.db
15
16
+# Xcode
17
+*.pbxuser
18
+*.mode1v3
19
+*.mode2v3
20
+*.perspectivev3
21
+*.xccheckout
22
+*.profraw
23
+!default.pbxuser
24
+!default.mode1v3
25
+!default.mode2v3
26
+!default.perspectivev3
27
+xcuserdata
28
29
+# VisualStudio
30
+*.suo
31
+*.sdf
32
+*.opensdf
33
+*.vcxproj.user
34
+*.csproj.user
35
+ipch
36
+.vs
37
+*.VC.db
38
0 commit comments