Showing
1 changed file
with
16 additions
and
9 deletions
| 1 | -.DS_Store | 1 | +# Don’t commit the following directories created by pub. |
| 2 | +.buildlog | ||
| 2 | .dart_tool/ | 3 | .dart_tool/ |
| 3 | -.idea | ||
| 4 | - | ||
| 5 | -.packages | ||
| 6 | .pub/ | 4 | .pub/ |
| 5 | +build/ | ||
| 6 | +packages | ||
| 7 | +*.packages | ||
| 8 | +.idea/ | ||
| 9 | +web/experimental | ||
| 10 | +doc | ||
| 7 | 11 | ||
| 8 | -example/.idea | 12 | +# Or the files created by dart2js. |
| 13 | +*.dart.js | ||
| 14 | +*.js_ | ||
| 15 | +*.js.deps | ||
| 16 | +*.js.map | ||
| 9 | 17 | ||
| 10 | -build/ | ||
| 11 | -ios/.generated/ | ||
| 12 | -ios/Flutter/Generated.xcconfig | ||
| 13 | -ios/Runner/GeneratedPluginRegistrant.* | 18 | +# Include when developing application packages. |
| 19 | +pubspec.lock | ||
| 20 | +coverage* |
-
Please register or login to post a comment