Skip to content

Commit e8f7bde

Browse files
author
Ebenezer Ackon
committed
update .gitignore
1 parent 57f9b7f commit e8f7bde

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
lines changed

.gitignore

+25-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
1-
*.iml
2-
.gradle
3-
/local.properties
4-
/.idea/workspace.xml
5-
/.idea/libraries
1+
# Gradle
2+
build/
3+
.gradle/
4+
build.properties
5+
6+
# Local configuration
7+
local.properties
8+
9+
# OSX documents
610
.DS_Store
7-
/build
8-
/captures
11+
12+
# IntelliJ
13+
*.idea
14+
*/.idea/*
15+
!.idea/inspectionProfiles
16+
*.iws
17+
*.iml
18+
captures/
19+
20+
# Node modules
21+
*node_modules
22+
23+
# Miscellaneous
24+
output/
25+
*.bak*
926
.externalNativeBuild
27+

app/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
*.iml
12
/build

etherscanapi/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/build
2+
*.iml

0 commit comments

Comments
 (0)