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