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