Skip to content

Commit 236109c

Browse files
committed
update .gitignore
1 parent c36f2ad commit 236109c

File tree

1 file changed

+47
-8
lines changed

1 file changed

+47
-8
lines changed

.gitignore

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

0 commit comments

Comments
 (0)