File tree 1 file changed +78
-0
lines changed
1 file changed +78
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Miscellaneous
2
+ *.class
3
+ *.log
4
+ *.pyc
5
+ *.swp
6
+ .DS_Store
7
+ .atom/
8
+ .buildlog/
9
+ .history
10
+ .svn/
11
+
12
+ # IntelliJ related
13
+ *.iml
14
+ *.ipr
15
+ *.iws
16
+ .idea/
17
+
18
+ # Visual Studio Code related
19
+ .vscode/
20
+
21
+ # Flutter/Dart/Pub related
22
+ **/doc/api/
23
+ .dart_tool/
24
+ .flutter-plugins
25
+ .flutter-plugins-dependencies
26
+ .packages
27
+ .pub-cache/
28
+ .pub/
29
+ /build/
30
+
31
+ # Android related
32
+ **/android/**/gradle-wrapper.jar
33
+ **/android/.gradle
34
+ **/android/captures/
35
+ **/android/gradlew
36
+ **/android/gradlew.bat
37
+ **/android/local.properties
38
+ **/android/**/GeneratedPluginRegistrant.*
39
+
40
+ # iOS/XCode related
41
+ **/ios/**/*.mode1v3
42
+ **/ios/**/*.mode2v3
43
+ **/ios/**/*.moved-aside
44
+ **/ios/**/*.pbxuser
45
+ **/ios/**/*.perspectivev3
46
+ **/ios/**/*sync/
47
+ **/ios/**/.sconsign.dblite
48
+ **/ios/**/.tags*
49
+ **/ios/**/.vagrant/
50
+ **/ios/**/DerivedData/
51
+ **/ios/**/Icon?
52
+ **/ios/**/Pods/
53
+ **/ios/**/.symlinks/
54
+ **/ios/**/profile
55
+ **/ios/**/xcuserdata
56
+ **/ios/.generated/
57
+ **/ios/Flutter/App.framework
58
+ **/ios/Flutter/Flutter.framework
59
+ **/ios/Flutter/Generated.xcconfig
60
+ **/ios/Flutter/app.flx
61
+ **/ios/Flutter/app.zip
62
+ **/ios/Flutter/flutter_assets/
63
+ **/ios/Flutter/flutter_export_environment.sh
64
+ **/ios/ServiceDefinitions.json
65
+ **/ios/Runner/GeneratedPluginRegistrant.*
66
+
67
+ # Web related
68
+ **/web/**/lib/generated_plugin_registrant.dart
69
+
70
+ # Service account files
71
+ svc-keyfile.json
72
+
73
+ # Exceptions to above rules.
74
+ !**/ios/**/default.mode1v3
75
+ !**/ios/**/default.mode2v3
76
+ !**/ios/**/default.pbxuser
77
+ !**/ios/**/default.perspectivev3
78
+ !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
You can’t perform that action at this time.
0 commit comments