File tree Expand file tree Collapse file tree 3 files changed +45
-0
lines changed Expand file tree Collapse file tree 3 files changed +45
-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+ migrate_working_dir /
12+
13+ # IntelliJ related
14+ * .iml
15+ * .ipr
16+ * .iws
17+ .idea /
18+
19+ # The .vscode folder contains launch configuration and tasks you configure in
20+ # VS Code which you may wish to be included in version control, so this line
21+ # is commented out by default.
22+ # .vscode/
23+
24+ # Flutter/Dart/Pub related
25+ # Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
26+ /pubspec.lock
27+ ** /doc /api /
28+ .dart_tool /
29+ .packages
30+ build /
31+ coverage /
Original file line number Diff line number Diff line change 1+ # This file tracks properties of this Flutter project.
2+ # Used by Flutter tool to assess capabilities and perform upgrades etc.
3+ #
4+ # This file should be version controlled and should not be manually edited.
5+
6+ version:
7+ revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
8+ channel: stable
9+
10+ project_type: package
Original file line number Diff line number Diff line change 1+ include : package:flutter_lints/flutter.yaml
2+
3+ # Additional information about this file can be found at
4+ # https://dart.dev/guides/language/analysis-options
You can’t perform that action at this time.
0 commit comments