-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
135 lines (108 loc) · 2.1 KB
/
.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
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
# See https://www.gitignore.io/api/flutter for more examples
# Flutter/Dart specific
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub/
/build/
.dart_tool/package_config.json
.dart_tool/package_config_subset
# Android specific
# /android/
/key.properties
# iOS specific
/ios/Pods/
/ios/Runner.xcworkspace/
/ios/.symlinks/
/ios/Flutter/Generated.xcconfig
/ios/Flutter/AppFrameworkInfo.plist
/ios/Flutter/Debug.xcconfig
/ios/Flutter/Release.xcconfig
# macOS specific
/macos/Flutter/Debug.xcconfig
/macos/Flutter/Release.xcconfig
# Windows specific
/windows/Flutter/ephemeral/.plugin_symlinks/
/windows/Flutter/ephemeral/.plugin_registry
/windows/Flutter/flutter_assets/
/windows/Flutter/flutter_export_environment.sh
# Web specific
/webdev/
# VS Code specific
.vscode/
# IntelliJ/Android Studio specific
.idea/
*.iml
*.iws
*.iws.*
*.ipr
# Visual Studio specific
.vs/
# Test specific
/test/
# Dart
*.dart.js
*.dart.js.map
*.g.dart
*.freezed.dart
*.template.dart
# Android
/build/
# Gradle
.gradle/
**/build/
**/local.properties
# Temporary files
.dart_tool/
.packages
.pub/
# Generated files
.dart_tool/build/
.dart_tool/checkouts/
.dart_tool/sdk/
# Web
webdev/
# VS Code
.vscode/
# Android
**/android/**/gradlew
**/android/**/gradle-wrapper.properties
**/android/**/gradle-wrapper.jar
# iOS
**/ios/**/Podfile.lock
**/ios/**/Pods/
**/ios/**/Runner.xcodeproj/
**/ios/Flutter/AppFrameworkInfo.plist
**/ios/Flutter/Debug.xcconfig
**/ios/Flutter/Release.xcconfig
# macOS
**/macos/Flutter/Debug.xcconfig
**/macos/Flutter/Release.xcconfig
# Windows
**/windows/Flutter/ephemeral/Generated.xcconfig
**/windows/Flutter/ephemeral/Debug.xcconfig
**/windows/Flutter/ephemeral/Release.xcconfig
**/windows/Flutter/flutter_export_environment.sh
**/windows/Flutter/ephemeral/flutter_export_environment.sh
**/windows/Flutter/flutter_assets/
# Dependencies
**/.dart_tool/
**/.pub/
**/.idea/
**/.vscode/
**/build/
# Flutter intellij Plugin
.idea/*
*.iml
*.ipr
# Keystore files
*.jks
*.keystore
*.key
firebase_options.dart
google-services.json
GoogleService-info.plist
firebase_app_id_file.json
Info.plist
# AndroidManifest.xml