Add fastlane/README.md to .gitignore

This commit updates the `.gitignore` file to include `fastlane/README.md`, ensuring that this Fastlane-generated file is not tracked by Git.
This commit is contained in:
darken
2025-06-22 21:28:55 +02:00
committed by Matthias Urhahn
parent a42b88aa78
commit 004ea6cbcb
2 changed files with 2 additions and 55 deletions
+2 -1
View File
@@ -12,4 +12,5 @@
*.jks
.local/*
/fastlane/report.xml
/fastlane/Appfile
/fastlane/Appfile
/fastlane/README.md
-54
View File
@@ -1,54 +0,0 @@
fastlane documentation
----
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```sh
xcode-select --install
```
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
# Available Actions
## Android
### android beta
```sh
[bundle exec] fastlane android beta
```
### android beta_wearos
```sh
[bundle exec] fastlane android beta_wearos
```
### android production
```sh
[bundle exec] fastlane android production
```
### android production_wearos
```sh
[bundle exec] fastlane android production_wearos
```
### android listing_only
```sh
[bundle exec] fastlane android listing_only
```
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).