Skip to content

Commit 6a319cd

Browse files
committed
add gitignore for fastlane android
1 parent 83e9f76 commit 6a319cd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

android/.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# fastlane specific
2+
fastlane/report.xml
3+
4+
# deliver temporary files
5+
fastlane/Preview.html
6+
7+
# snapshot generated screenshots
8+
fastlane/screenshots
9+
10+
# scan temporary files
11+
fastlane/test_output
12+
13+
# Faslane builds
14+
builds/*

0 commit comments

Comments
 (0)