-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (43 loc) · 970 Bytes
/
.gitignore
File metadata and controls
50 lines (43 loc) · 970 Bytes
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
*.iml
.kotlin
.gradle
**/build/
xcuserdata
!src/**/build/
local.properties
.idea
.DS_Store
captures
.externalNativeBuild
.cxx
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcodeproj/project.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsettings
composeApp/src/commonMain/kotlin/com/dh/ondot/network/NetworkConfig.kt
composeApp/release/
composeApp/google-services.json
# CocoaPods
iosApp/Pods/
iosApp/Pods
iosApp/Podfile.lock
iosApp/build.log
iosApp/iosApp/Secrets.swift
iosApp/iosApp.xcodeproj/project.xcworkspace/xcshareddata/
iosApp/iosApp.xcodeproj/xcshareddata/
iosApp/GoogleService-Info.plist
iosApp/iosApp/GoogleService-Info.plist
iosApp/ComposeApp.xcframework
iosApp/iosApp/Config.xcconfig
.editorconfig
# iOS local signing / build artifacts
fastlane_tmp/
# fastlane generated artifacts
fastlane/report.xml
fastlane/README.md
fastlane/test_output
# local build outputs
*.ipa
*.dSYM.zip