android/.gitignore
Álison Fernandes 041e2d7a51
Process Release Notes
Add release notes processing script and unit tests

Add script and tests for linked issues, removing method from the release notes script

Add pyproject.toml

(cherry picked from commit 230a7a89b54e25d21f1ef3f2977005f319559f2e)

# Conflicts:
#	.gitignore
2025-11-17 20:11:15 +00:00

48 lines
759 B
Plaintext

# Fastlane generated and temporary files are ignored per suggested best practices:
# https://github.com/fastlane/docs/blob/master/docs/best-practices/source-control.md
fastlane/report.xml
fastlane/README.md
# Ruby / Bundler
.bundle/
vendor/
# Backup files
*.bak
# General
.DS_Store
Thumbs.db
# Kotlin
.kotlin/
# Gradle build cache
/build-cache/
# IDEs and editors
.gradle
.idea/
*.iml
/build
/captures
/local.properties
local.properties
user.properties
# Secrets
/keystores/*.jks
/app/src/standardBeta/google-services.json
/app/src/standardRelease/google-services.json
/authenticator/src/google-services.json
# Python
.python-version
__pycache__/
*.py[cod]
*$py.class
*.so
# Generated by .github/scripts/validate-json/validate-json.py
duplicates.txt