File tree Expand file tree Collapse file tree 1 file changed +27
-18
lines changed Expand file tree Collapse file tree 1 file changed +27
-18
lines changed Original file line number Diff line number Diff line change 1
1
# Miscellaneous
2
2
* .class
3
+ * .lock
3
4
* .log
4
5
* .pyc
5
6
* .swp
6
- .DS_Store
7
- .atom /
8
7
.buildlog /
9
8
.history
10
- .svn /
11
- migrate_working_dir /
9
+
10
+ # packages file containing multi-root paths
11
+ .packages.generated
12
12
13
13
# IntelliJ related
14
14
* .iml
15
15
* .ipr
16
16
* .iws
17
17
.idea /
18
18
19
- # The .vscode folder contains launch configuration and tasks you configure in
20
- # VS Code which you may wish to be included in version control, so this line
21
- # is commented out by default.
22
- # .vscode/
23
-
24
19
# Flutter/Dart/Pub related
25
20
** /doc /api /
26
- ** /ios /Flutter /.last_build_id
27
21
.dart_tool /
28
22
.flutter-plugins
29
23
.flutter-plugins-dependencies
30
- .pub-cache /
24
+ ** /generated_plugin_registrant.dart
25
+ .packages
26
+ .pub-preload-cache /
31
27
.pub /
32
- /build /
28
+ build /
29
+ flutter_ * .png
30
+ linked_ * .ds
31
+ unlinked.ds
32
+ unlinked_spec.ds
33
+
34
+ # Android related
35
+ ** /android /** /gradle-wrapper.jar
36
+ .gradle /
37
+ ** /android /captures /
38
+ ** /android /gradlew
39
+ ** /android /gradlew.bat
40
+ ** /android /local.properties
41
+ ** /android /** /GeneratedPluginRegistrant.java
42
+ ** /android /key.properties
43
+ * .jks
33
44
34
- # Symbolication related
45
+ # Coverage
46
+ coverage /
47
+
48
+ # Symbols
35
49
app. * .symbols
36
50
37
51
# Obfuscation related
38
52
app. * .map.json
39
53
40
- # Android Studio will place build artifacts here
41
- /android /app /debug
42
- /android /app /profile
43
- /android /app /release
44
-
45
54
# Generated files
46
55
android /app /.cxx
47
56
** /* .g.dart
You can’t perform that action at this time.
0 commit comments