Skip to content

Commit 0b9c19b

Browse files
author
Kaushik Gopal
committed
fix: update gitignore file
1 parent 28c9fb7 commit 0b9c19b

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

.gitignore

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# built application files
2+
*.apk
23
*.ap_
34

45
# files for the dex VM
@@ -10,18 +11,27 @@
1011
# generated files
1112
bin/
1213
gen/
13-
lint.xml
1414
build/
1515

16+
# Gradle files
17+
.gradle/
18+
build/
19+
subProjects/facebook/build
20+
21+
# Intellij project files
22+
.idea/
23+
.idea/workspace.xml
24+
gen-external-apklibs/
25+
*.iml
26+
27+
# Intellij
28+
.idea/
29+
*.iml
30+
*.iws
31+
1632
# Local configuration file (sdk path, etc)
1733
local.properties
1834

19-
# Eclipse project files
20-
.classpath
21-
.project
22-
.settings
23-
.checkstyle
24-
2535
# Mac-specific stuff
2636
.DS_Store
2737

@@ -33,12 +43,4 @@ pom.xml.*
3343
#Ant
3444
build.xml
3545
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/
46+
local.properties

0 commit comments

Comments
 (0)