Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

Dart.gitignore 337B

12345678910111213
  1. # See https://www.dartlang.org/tools/private-files.html
  2. # Files and directories created by pub
  3. .dart_tool/
  4. .packages
  5. .pub/
  6. build/
  7. # If you're building an application, you may want to check-in your pubspec.lock
  8. pubspec.lock
  9. # Directory created by dartdoc
  10. # If you don't generate documentation locally you can remove this line.
  11. doc/api/