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 6567026 commit fa53099Copy full SHA for fa53099
.gitignore
@@ -0,0 +1,44 @@
1
+.DS_Store
2
+
3
+dist/
4
+*.out
5
+*.out.js
6
+*.out.js.mem
7
+*.dSYM/
8
+*.app/
9
+*.xcarchive/
10
+*.ipa
11
12
+# Android
13
+bin/
14
+gen/
15
+libs/
16
+obj/
17
+build.xml
18
+local.properties
19
+project.properties
20
+proguard.cfg
21
+proguard-project.txt
22
23
+# CMake
24
+CMakeCache.txt
25
+CMakeFiles
26
+Makefile
27
+cmake_install.cmake
28
+install_manifest.txt
29
30
+# Xcode
31
+*.xcworkspace
32
+xcuserdata/
33
+build/
34
35
+# Android Studio
36
+.idea/
37
+.gradle/
38
39
+*.iml
40
41
+# CLION
42
43
+cmake-build-debug
44
+cmake-build-release
0 commit comments