-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
120 lines (96 loc) · 1.65 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# Good to keep this file with the code.
#.gitignore
## Github Action Workflow for Continuous Integration Testing
# https://medium.com/mobile-development-group/github-actions-for-flutter-cf02923d7b5d
# .github
# Ignore except for application packages
#/pubspec.lock
# Flutter IDE files
.packages
.flutter-plugins
.flutter-plugins-dependencies
flutter_export_environment.sh
.pub/
/out/
.gradle/
.dart_tool/
.pub-cache/
# Ignore API documentation directory created by dartdoc:
doc/api/
# Android Studio
/*.iml
# Codecov
lcov.info
# Ignore App signing files
*.jks
# Avoid committing generated JavaScript files:
*.dart.js
*.info.json # Produced by the --dump-info flag.
*.js # When generated by dart2js. Don't specify *.js if your
# project includes source files written in JavaScript.
*.js_
*.js.deps
*.js.map
### Eclipse ###
*.pydevproject
.project
.metadata
# Miscellaneous
tmp/
*.tmp
*.bak
*.swp
*~.nib
.classpath
.settings/
.loadpath
*.class
*.log
*.pyc
.DS_Store
.atom/
.buildlog/
.history
.svn/
# IntelliJ related
*.iml
*.ipr
*.iws
/.idea/
/gen/
# Visual Studio Code related
/.vscode/
# Flutter/Dart/Pub related
/build/
# Web related
/lib/generated_plugin_registrant.dart
# Symbolication related
app.*.symbolscd
# Obfuscation related
app.*.map.json
mapping.txt
seeds.txt
unused.txt
/obfuscate/
# Android related
google-services.json
# iOS/XCode related
GoogleService-Info.plist
# Linux related
/linux/
# macro related
/macros/
/macos/
# Web related
/web/
# Windows related
/windows/
App.framework
Flutter.framework
Generated.xcconfig
app.flx
app.zip
flutter_assets/
ServiceDefinitions.json
GeneratedPluginRegistrant.*
Info.plist