-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
64 lines (54 loc) · 827 Bytes
/
.gitignore
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
# Xcode
.DS_Store
build/
DerivedData/
xcuserdata/
*.moved-aside
*.xcuserstate
# Pods
Pods/
Podfile.lock
Pods.xcodeproj/
# Firebase config files
GoogleService-Info.plist
GoogleService-Info-dev.plist
Info.plist
# Carthage
Carthage/Build/
# Sensitive data
*.xcconfig
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/
fastlane/test_output/
fastlane/ipas/
fastlane/logs/
fastlane/reporters/
fastlane/metadata/
fastlane/web/
fastlane/.env
# Xcode noise
*.suo
*.user
*.userosscache
*.sxcuser
*.sxccheckout
# CodePush
codepush.json
# CocoaPods
Pods/Manifest.lock
# Flutter
.idea/
.vscode/
.packages
.pub/
build/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.flutter-plugins-dev-dependencies
.flutter-plugins-local
.flutter-plugins-third-party
ios/Flutter/.last_build_id
.ios_workspace/