-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
119 lines (101 loc) · 2.29 KB
/
Copy path.gitignore
File metadata and controls
119 lines (101 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
.externalNativeBuild
.idea
/*.iml
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
out/
build/
build-cache/
.externalNativeBuild
.cxx
# iOS — Xcode + CocoaPods
# Per-user Xcode state (breakpoints, window positions, UI state, scheme
# selections) — never commit, it's per-developer and leaks personal data
# (macOS username) into every fork.
**/xcuserdata/
*.xcuserstate
# CocoaPods install artifacts — regenerated from Podfile via `pod install`.
cmp-ios/Pods/
cmp-ios/Podfile.lock
# Generated CocoaPods podspec (regenerated by `:cmp-shared:podspec`).
cmp-shared/mifospay-shared.podspec
# Eclipse project files
.classpath
.project
# Windows thumbnail db
.DS_Store
# IDEA/Android Studio project files, because
# the project can be imported from settings.gradle.kts
*.iml
.idea/*
!.idea/copyright
# Keep the code styles.
!/.idea/codeStyles
/.idea/codeStyles/*
!/.idea/codeStyles/Project.xml
!/.idea/codeStyles/codeStyleConfig.xml
# Kotlin
.kotlin
# Android Studio captures folder
captures/
/app/app-release.apk
app/app.iml
app/manifest-merger-release-report.txt
# Exclude Google services from prod flavour
cmp-android/src/prod/google-services.json
# Keystores - NEVER COMMIT THESE!
keystores/*.keystore
keystores/*.jks
*.keystore
*.jks
version.txt
fastlane/report.xml
secrets/firebaseAppDistributionServiceCredentialsFile.json
secrets/playStorePublishServiceCredentialsFile.json
# Secrets and Configuration - NEVER COMMIT THESE!
secrets.env
secrets/
!secrets/.gitkeep
!secrets/*.template
.env.local
!.env.local.example
PROJECT_SETUP_INFO.txt
# iOS Secrets - NEVER COMMIT THESE!
secrets/shared_keys.env
secrets/.match_password
secrets/AuthKey*.p8
secrets/APNAuthKey.p8
secrets/match_ci_key
secrets/match_ci_key.pub
fastlane/metadata/
fastlane/fastlane/metadata/
fastlane/screenshots/
# Ruby stuff we don't care about
.bundle/
vendor/
# Sync Log File
*.log
/build-logic/convention/secrets-backup/
# Backup files created by scripts
*.bak
.claude
# Room schemas are committed — required at build time for @AutoMigration
# (KSP needs the previous version's schema JSON to generate migration code).
# Security — NEVER commit encryption keys or secure storage
*.key
*.pem
.mifos-secure/
*.hprof