Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 82545e4

Browse files
Update .gitignore
1 parent f02dc31 commit 82545e4

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

Diff for: .gitignore

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
.gradle
2-
/local.properties
3-
/.idea/workspace.xml
4-
/.idea/libraries
5-
.DS_Store
6-
/build
7-
.idea/
8-
*.iml
1+
# Gradle files
2+
.gradle/
93
build/
10-
/local.properties
11-
/captures
12-
google-services.json
4+
5+
# Local configuration file (sdk path, etc)
6+
local.properties
7+
8+
# IntelliJ project files
9+
*.iml
10+
.idea/
11+
12+
# Android Studio captures folder
13+
captures/
14+
15+
# Misc
16+
.DS_Store

Diff for: app/.gitignore

-1
This file was deleted.

Diff for: easypermissions/.gitignore

-1
This file was deleted.

0 commit comments

Comments
 (0)