選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Dart.gitignore 224B

1234567891011121314
  1. # Don’t commit the following directories created by pub.
  2. .buildlog
  3. .pub/
  4. build/
  5. packages
  6. # Or the files created by dart2js.
  7. *.dart.js
  8. *.js_
  9. *.js.deps
  10. *.js.map
  11. # Include when developing application packages.
  12. pubspec.lock