Skip to content

Commit 6e8c367

Browse files
author
Kaushik Gopal
committed
chore: gitignore updates
1 parent 118c330 commit 6e8c367

File tree

1 file changed

+43
-4
lines changed

1 file changed

+43
-4
lines changed

.gitignore

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
1-
.gradle
2-
/local.properties
3-
/.idea/workspace.xml
1+
# built application files
2+
*.ap_
3+
4+
# files for the dex VM
5+
*.dex
6+
7+
# Java class files
8+
*.class
9+
10+
# generated files
11+
bin/
12+
gen/
13+
lint.xml
14+
build/
15+
16+
# Local configuration file (sdk path, etc)
17+
local.properties
18+
19+
# Eclipse project files
20+
.classpath
21+
.project
22+
.settings
23+
.checkstyle
24+
25+
# Mac-specific stuff
426
.DS_Store
5-
/build
27+
28+
#Maven
29+
target
30+
release.properties
31+
pom.xml.*
32+
33+
#Ant
34+
build.xml
35+
ant.properties
36+
local.properties
37+
38+
# Gradle
39+
.gradle
40+
41+
# Intellij project files
42+
.idea
43+
.idea/workspace.xml
44+
gen-external-apklibs/

0 commit comments

Comments
 (0)