Skip to content

Commit 27ea47d

Browse files
Parse Integration
1 parent bf43498 commit 27ea47d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.gitignore

+36
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,39 @@
66
.DS_Store
77
/build
88
/captures
9+
#built application files
10+
*.apk
11+
*.ap_
12+
13+
# files for the dex VM
14+
*.dex
15+
16+
# Java class files
17+
*.class
18+
19+
# generated files
20+
bin/
21+
gen/
22+
23+
# Local configuration file (sdk path, etc)
24+
local.properties
25+
26+
# Windows thumbnail db
27+
Thumbs.db
28+
29+
# OSX files
30+
.DS_Store
31+
32+
# Eclipse project files
33+
.classpath
34+
.project
35+
36+
# Android Studio
37+
*.iml
38+
.idea
39+
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
40+
.gradle
41+
build/
42+
43+
#NDK
44+
obj/

0 commit comments

Comments
 (0)