-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (65 loc) · 1.29 KB
/
Copy path.gitignore
File metadata and controls
74 lines (65 loc) · 1.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
# Git Ignore for Kito - KIIT Attendance Checker
# Kotlin/Android specific
*.iml
*.ipr
*.iws
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
docs/google-auth-setup.md
docs/kmp-modernization-notes.md
docs/architecture-migration
# SAP Portal sensitive files
composeApp/src/androidMain/kotlin/kito/sap/
composeApp/src/commonMain/kotlin/com/kito/sap/sensitive/
composeApp/src/androidMain/res/xml/network_security_config.xml
composeApp/src/androidUnitTest/kotlin/kito/sap
composeApp/src/iosSimulatorArm64Test/kotlin/com/kito/SapLoginIntegrationTest.kt
# Development and test files
workin.txt
xml_output.txt
html_output.txt
fetch_attendance.js
# Android
*.apk
*.aar
*.ap_
**/build/
**/release/
**/internal_testing/
# Java
*.class
# IDE
.idea/
*.swp
*.swo
# OS
Thumbs.db
ehthumbs.db
Icon?
.DS_Store
.kotlin
xcuserdata
!src/**/build/
.idea
captures
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcodeproj/project.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsettings
node_modules/
# iOS secrets (mirrors Android's local.properties pattern)
iosApp/Configuration/Secrets.xcconfig