Added .gitignore
M committed
Jan 4, 2020 at 21:31 UTC
2803db18b224c71ae96f5042848e2ceb632ca67a
1 file changed
+90
.gitignore
new
+90
@@ -0,0 +1,90 @@
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
+# The .vscode folder contains launch configuration and tasks you configure in
19
+# VS Code which you may wish to be included in version control, so this line
20
+# is commented out by default.
21
+.vscode/
22
+
23
+# Flutter/Dart/Pub related
24
+**/doc/api/
25
+.dart_tool/
26
+.flutter-plugins
27
+.packages
28
+.pub-cache/
29
+.pub/
30
+/build/
31
+.flutter-plugins-dependencies
32
+
33
+# Android related
34
+**/android/**/gradle-wrapper.jar
35
+**/android/.gradle
36
+**/android/captures/
37
+**/android/gradlew
38
+**/android/gradlew.bat
39
+**/android/local.properties
40
+**/android/**/GeneratedPluginRegistrant.java
41
+
42
+# iOS/XCode related
43
+**/ios/**/*.mode1v3
44
+**/ios/**/*.mode2v3
45
+**/ios/**/*.moved-aside
46
+**/ios/**/*.pbxuser
47
+**/ios/**/*.perspectivev3
48
+**/ios/**/*sync/
49
+**/ios/**/.sconsign.dblite
50
+**/ios/**/.tags*
51
+**/ios/**/.vagrant/
52
+**/ios/**/DerivedData/
53
+**/ios/**/Icon?
54
+**/ios/**/Pods/
55
+**/ios/**/.symlinks/
56
+**/ios/**/profile
57
+**/ios/**/xcuserdata
58
+**/ios/.generated/
59
+**/ios/Flutter/App.framework
60
+**/ios/Flutter/Flutter.framework
61
+**/ios/Flutter/Generated.xcconfig
62
+**/ios/Flutter/app.flx
63
+**/ios/Flutter/app.zip
64
+**/ios/Flutter/flutter_assets/
65
+**/ios/ServiceDefinitions.json
66
+**/ios/Runner/GeneratedPluginRegistrant.*
67
+**/ios/Flutter/flutter_export_environment.sh
68
+
69
+# Exceptions to above rules.
70
+!**/ios/**/default.mode1v3
71
+!**/ios/**/default.mode2v3
72
+!**/ios/**/default.pbxuser
73
+!**/ios/**/default.perspectivev3
74
+!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
75
+
76
+
77
+# External libs
78
+monero_android/
79
+android/app/.externalNativeBuild/
80
+cw_monero/ios/External/
81
+cw_monero/cw_monero/android/.externalNativeBuild/
82
+cw_monero/cw_monero/android/.cxx/
83
+
84
+# Generated dart files
85
+**/*.g.dart
86
+
87
+android/key.properties
88
+
89
+**/tool/.secrets-prod.json
90
+**/lib/.secrets.g.dart