-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
105 lines (98 loc) · 2.32 KB
/
.gitignore
File metadata and controls
105 lines (98 loc) · 2.32 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
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# Visual Studio Code related
.vscode/
# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.flutter-plugins
.packages
.pub-cache/
.pub/
build/
# Android related
**/android/**/gradle-wrapper.jar
**/android/.gradle
**/android/captures/
**/android/gradlew
**/android/gradlew.bat
**/android/local.properties
**/android/**/GeneratedPluginRegistrant.java
key.jks
key.properties
# iOS/XCode related
**/ios/**/*.mode1v3
**/ios/**/*.mode2v3
**/ios/**/*.moved-aside
**/ios/**/*.pbxuser
**/ios/**/*.perspectivev3
**/ios/**/*sync/
**/ios/**/.sconsign.dblite
**/ios/**/.tags*
**/ios/**/.vagrant/
**/ios/**/DerivedData/
**/ios/**/Icon?
**/ios/**/Pods/
**/ios/**/.symlinks/
**/ios/**/profile
**/ios/.generated/
**/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/ServiceDefinitions.json
**/ios/Runner/GeneratedPluginRegistrant.*
# Exceptions to above rules.
!**/ios/**/default.mode1v3
!**/ios/**/default.mode2v3
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
ios/Flutter/flutter_export_environment.sh
android/.project
android/app/.classpath
android/.settings/org.eclipse.buildship.core.prefs
android/app/.project
android/app/.settings/org.eclipse.buildship.core.prefs
android/key.keystore
android/app/key.keystore
android/app/release/
# API authentication keys required to build app
lib/app/api.dart
lib/api.dart
ios/Flutter/Flutter.podspec
.flutter-plugins-dependencies
*.http
ios/Runner.xcodeproj/project.pbxproj
macos/Flutter/GeneratedPluginRegistrant.swift
ios/Runner/awsconfiguration.json
android/app/src/main/res/raw/awsconfiguration.json
android/app/src/tst/res/raw/awsconfiguration.json
android/app/src/debug/res/raw/awsconfiguration.json
awsconfiguration.json
.fvm/
lib/api_prod.dart
/ios/Flutter/.last_build_id
/ios/Runner/GoogleService-Info-TST.plist
/android/app/src/tst/google-services.json
/ios/Runner/GoogleService-Info.plist
/android/app/src/main/google-services.json
/ios/Runner/GoogleService-Info-Dev.plist
/android/app/src/profile/google-services.json
/android/app/src/debug/google-services.json
/android/app/google-services.json