mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-15 02:36:12 -04:00
This commit updates the `.gitignore` file to include `fastlane/README.md`, ensuring that this Fastlane-generated file is not tracked by Git.
16 lines
214 B
Plaintext
16 lines
214 B
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
/.idea/**/*
|
|
!/.idea/codeStyles/
|
|
!/.idea/codeStyles/**/*
|
|
*.jks
|
|
.local/*
|
|
/fastlane/report.xml
|
|
/fastlane/Appfile
|
|
/fastlane/README.md |