-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (49 loc) · 770 Bytes
/
Copy path.gitignore
File metadata and controls
57 lines (49 loc) · 770 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
51
52
53
54
55
56
57
## AI
docs/superpowers
# MACOS
.DS_Store
# Auth
*.p8
*.p12
*.env
# Xcode
Config.xcconfig
xcuserdata/
*.xcuserstate
GoogleService-Info.plist
UserInterfaceState.xcuserstate
Breakpoints_v2.xcbkptlist
**/Derived/
**/build/
**/xcuserdata/
ContentView.swift
**/*.xcworkspace/
**/*.xcodeproj/
# NPM
node_modules/
*.log
*.js
# 배포 앱에 필요한 Markdown renderer 산출물이므로 Git에서 추적
!Application/Presentation/PresentationShared/Resources/MarkdownRenderer/renderer.js
# Gem
.bundle/
vendor/bundle/
# Fastlane
.fastlane/
fastlane/README.md
fastlane/report.xml
fastlane/test_output/
fastlane/logs/
# Build Artifacts
*.ipa
*.dSYM.zip
.package.resolved
.home/
.module-cache/
.swift-module-cache/
.tmp/
.spm/
Tuist/.build/
# drawio
*.drawio
*.drawio.bkp