mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 11:16:12 -04:00
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:
+2
-1
@@ -12,4 +12,5 @@
|
|||||||
*.jks
|
*.jks
|
||||||
.local/*
|
.local/*
|
||||||
/fastlane/report.xml
|
/fastlane/report.xml
|
||||||
/fastlane/Appfile
|
/fastlane/Appfile
|
||||||
|
/fastlane/README.md
|
||||||
@@ -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).
|
|
||||||
Reference in New Issue
Block a user