Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit 6c84e90

Browse files
author
Xavi Rigau
committed
Uses common gitignore file
1 parent e33cc38 commit 6c84e90

1 file changed

Lines changed: 34 additions & 7 deletions

File tree

.gitignore

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,38 @@
1+
# built application files
2+
*.apk
3+
*.ap_
4+
5+
# files for the dex VM
6+
*.dex
7+
8+
# Java class files
9+
*.class
10+
11+
# generated files
12+
bin/
13+
gen/
14+
out/
15+
build.log
16+
build-log.xml
17+
18+
# Local configuration file (sdk path, etc)
19+
local.properties
20+
21+
.project
22+
.classpath
123
.settings
24+
target/
225
build/
3-
.gradle
4-
/buildSrc/local.properties
5-
/local.properties
6-
/.idea
7-
*/build
8-
/classes
9-
.DS_Store
26+
classes/
27+
gen-external-apklibs/
28+
tmp/
29+
30+
# IDEA Ignores
1031
*.iml
32+
*.ipr
33+
*.iws
34+
.idea/
35+
.gradle/
1136

37+
# MAC
38+
*.DS_Store

0 commit comments

Comments
 (0)