Skip to content

Commit 56bd605

Browse files
Update .gitignore
1 parent 809369f commit 56bd605

3 files changed

Lines changed: 15 additions & 10 deletions

File tree

.gitignore

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1+
# Gradle files
2+
.gradle/
3+
build/
4+
5+
# Local configuration file (sdk path, etc)
6+
local.properties
7+
8+
# Android Studio generated folders
9+
captures/
10+
.externalNativeBuild
11+
12+
# IntelliJ project files
113
*.iml
2-
.gradle
3-
/local.properties
4-
/.idea/workspace.xml
5-
/.idea/libraries
14+
.idea/
15+
16+
# Misc
617
.DS_Store
7-
/build
8-
/captures
9-
.externalNativeBuild
10-
/.idea

app/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

debug-db/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)