8
8
.atom /
9
9
.buildlog /
10
10
.history
11
- .project
12
11
.svn /
13
- bin /
12
+ devtools_options.yaml
13
+
14
+ # Environment files
15
+ ios /Flutter /Dart-Defines.xcconfig
14
16
15
17
# IntelliJ related
16
18
* .iml
17
19
* .ipr
18
20
* .iws
19
21
.idea /
20
22
21
- # Android Studio related
22
- android /.classpath
23
- android /.settings /
24
-
25
23
# Visual Studio Code related
26
- .vscode /
27
-
28
- # Flutter repo-specific
29
- /bin /cache /
30
- /bin /mingit /
31
- /dev /benchmarks /mega_gallery /
32
- /dev /bots /.recipe_deps
33
- /dev /bots /android_tools /
34
- /dev /docs /doc /
35
- /dev /docs /lib /
36
- /dev /docs /pubspec.yaml
37
- /packages /flutter /coverage /
38
- version
24
+ .classpath
25
+ .project
26
+ .settings /
27
+ .vscode /*
28
+
29
+ # packages file containing multi-root paths
30
+ .packages.generated
39
31
40
32
# Flutter/Dart/Pub related
41
33
** /doc /api /
42
34
.dart_tool /
43
35
.flutter-plugins
36
+ .flutter-plugins-dependencies
37
+ ** /generated_plugin_registrant.dart
44
38
.packages
39
+ .pub-preload-cache /
45
40
.pub-cache /
46
41
.pub /
47
42
build /
48
43
flutter_ * .png
49
44
linked_ * .ds
50
45
unlinked.ds
51
46
unlinked_spec.ds
52
- flutter_export_environment.sh
53
47
54
48
# Android related
55
49
** /android /** /gradle-wrapper.jar
56
- ** / android / .gradle
50
+ .gradle /
57
51
** /android /captures /
58
52
** /android /gradlew
59
53
** /android /gradlew.bat
60
54
** /android /local.properties
61
55
** /android /** /GeneratedPluginRegistrant.java
56
+ ** /android /key.properties
57
+ * .jks
62
58
63
59
# iOS/XCode related
64
60
** /ios /** /* .mode1v3
@@ -77,20 +73,69 @@ flutter_export_environment.sh
77
73
** /ios /** /profile
78
74
** /ios /** /xcuserdata
79
75
** /ios /.generated /
76
+ ** /ios /Flutter /.last_build_id
80
77
** /ios /Flutter /App.framework
81
78
** /ios /Flutter /Flutter.framework
79
+ ** /ios /Flutter /Flutter.podspec
82
80
** /ios /Flutter /Generated.xcconfig
81
+ ** /ios /Flutter /ephemeral
83
82
** /ios /Flutter /app.flx
84
83
** /ios /Flutter /app.zip
85
84
** /ios /Flutter /flutter_assets /
85
+ ** /ios /Flutter /flutter_export_environment.sh
86
86
** /ios /ServiceDefinitions.json
87
87
** /ios /Runner /GeneratedPluginRegistrant. *
88
88
89
+ # macOS
90
+ ** /Flutter /ephemeral /
91
+ ** /Pods /
92
+ ** /macos /Flutter /GeneratedPluginRegistrant.swift
93
+ ** /macos /Flutter /ephemeral
94
+ ** /xcuserdata /
95
+
96
+ # Windows
97
+ ** /windows /flutter /generated_plugin_registrant.cc
98
+ ** /windows /flutter /generated_plugin_registrant.h
99
+ ** /windows /flutter /generated_plugins.cmake
100
+
101
+ # Linux
102
+ ** /linux /flutter /generated_plugin_registrant.cc
103
+ ** /linux /flutter /generated_plugin_registrant.h
104
+ ** /linux /flutter /generated_plugins.cmake
105
+
106
+ # Coverage
107
+ coverage /
108
+
109
+ # Submodules
110
+ packages /** /pubspec.lock
111
+
112
+ # Web related
113
+ lib /generated_plugin_registrant.dart
114
+
115
+ # Symbols
116
+ app. * .symbols
117
+
118
+ # Obfuscation related
119
+ app. * .map.json
120
+
89
121
# Exceptions to above rules.
90
122
! ** /ios /** /default.mode1v3
91
123
! ** /ios /** /default.mode2v3
92
124
! ** /ios /** /default.pbxuser
93
125
! ** /ios /** /default.perspectivev3
94
126
! /packages /flutter_tools /test /data /dart_dependencies_test /** /.packages
95
- example /.flutter-plugins-dependencies
96
- flutter_cache_manager /example /ios /Flutter /.last_build_id
127
+ ! /dev /ci /** /Gemfile.lock
128
+ ! .vscode /settings.json
129
+ ! .vscode /tasks.json
130
+ ! .vscode /launch.json
131
+ ! .vscode /extensions.json
132
+ ! .idea /codeStyles /
133
+ ! .idea /dictionaries /
134
+ ! .idea /runConfigurations /
135
+
136
+ # Generated files
137
+ ** /generated
138
+ * .g.dart
139
+
140
+ # Injection generated files
141
+ injectable.config.dart
0 commit comments