Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Add reference of Android gitignore
Browse files Browse the repository at this point in the history
What I added for Android is from Android.gitignore from Github official.
  • Loading branch information
aeharvlee committed Jun 2, 2021
1 parent c50e324 commit 1eab04e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ fabric.properties
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

## Gitignores for Android Project
### Gitignores for Android Project
## This gitignore is from "https://github.com/github/gitignore/blob/master/Android.gitignore"
# Built application files
*.apk
*.aar
Expand All @@ -88,7 +89,6 @@ fabric.properties
# Generated files
bin/
gen/
out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
# release/

Expand Down

0 comments on commit 1eab04e

Please sign in to comment.