Skip to content

Commit

Permalink
Update .gitignore files to ignore release/debug files
Browse files Browse the repository at this point in the history
[Issue] N/A
[Problem]
In Android Studio select: Build -> Generate Signed Bundle/APK
debug/release files are visible as new ones in git
[Solution]
Update .gitignore files

Signed-off-by: Lukasz Slachciak <l.slachciak@samsung.com>
  • Loading branch information
lmslachciak committed Jun 5, 2020
1 parent 2f8bb77 commit bfbb7ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/Android/ScheduleApp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
/captures
.externalNativeBuild
.cxx
app/release/
app/debug/
3 changes: 3 additions & 0 deletions examples/Android/UIComponents/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@
/captures
.externalNativeBuild
.cxx
app/release/
app/debug/

0 comments on commit bfbb7ef

Please sign in to comment.