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

Commit

Permalink
Add file to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
amnesica committed Aug 22, 2021
1 parent 5efab3f commit cc9af8b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#built application files
# built application files
*.apk
*.ap_
*.aab
Expand Down Expand Up @@ -34,7 +34,7 @@ build/
captures/
output.json

#NDK
# NDK
obj/
.externalNativeBuild

Expand All @@ -53,4 +53,7 @@ lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
lint/reports/
lint/reports/

# specific files
API.md

0 comments on commit cc9af8b

Please sign in to comment.