-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
145 lines (123 loc) · 2.86 KB
/
.gitignore
File metadata and controls
145 lines (123 loc) · 2.86 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# Generated files with secrets (do not commit)
public/.well-known/assetlinks.json
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.pub-cache/
.pub/
/build/
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
/android/app/keystore/key.jks
# 안드로이드 빌드
/android/app/.cxx/
lib/generated/
# Android keystore properties
android/key.properties
# 환경변수 ignore
*.env
# Ignore iOS config files
android/app/google-services.json
ios/Runner/GoogleService-Info.plist
# IOS 빌드
ios/Flutter/Secrets.xcconfig
ios/Flutter/flutter_export_environment.sh
ios/Flutter/Flutter.podspec
ios/Flutter/App.framework
ios/Flutter/Flutter.framework
ios/Flutter/Generated.xcconfig
ios/Flutter/app.flx
ios/Flutter/app.zip
ios/Flutter/flutter_assets/
ios/Runner/GeneratedPluginRegistrant.*
ios/XCBuildData/
# key.jks.b64
/android/app/keystore/key.jks.b64
# 빌드 디렉토리 전체 무시
build/
**/DerivedData/
**/Pods/
**/.symlinks/
xcuserdata/
*.mode1v3
*.mode2v3
*.pbxuser
*.perspectivev3
**/*sync/
.sconsign.dblite
*.pbxproj_temp
Flutter/ephemeral/
**/Flutter/ephemeral/**
ios/Flutter/ephemeral/
Flutter/app.flx
Flutter/app.zip
Flutter/flutter_assets/
# Exceptions
!default.mode1v3
!default.mode2v3
!default.pbxuser
!default.perspectivev3
/ios/GoogleService-Info.plist
# iOS signing files
*.p12
*.p8
*.mobileprovision
# Google Cloud 서비스 계정 키 파일
*-*.json
romrom-*.json
# iOS/macOS 빌드 아티팩트
ios/Flutter/AppFrameworkInfo.plist
# Claude Code local settings
.claude/settings.local.json
# Flutter 플랫폼별 자동 생성 파일 (Windows/Linux/macOS)
**/generated_plugin_registrant.cc
**/generated_plugin_registrant.h
**/generated_plugins.cmake
**/GeneratedPluginRegistrant.swift
**/GeneratedPluginRegistrant.m
**/GeneratedPluginRegistrant.java
linux/flutter/generated_plugin_registrant.cc
linux/flutter/generated_plugin_registrant.h
linux/flutter/generated_plugins.cmake
macos/Flutter/GeneratedPluginRegistrant.swift
windows/flutter/generated_plugin_registrant.cc
windows/flutter/generated_plugin_registrant.h
windows/flutter/generated_plugins.cmake
# ====================================================================
# SUH-DEVOPS-TEMPLATE: Auto-added entries
# ====================================================================
/.report
/.run/
/.issue/
# ====================================================================
# Patrol E2E 테스트 관련
# ====================================================================
# Patrol 테스트 마법사 히스토리 (개인 설정)
.patrol_history.json