Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

Dart.gitignore 380B

12345678910111213141516
  1. // Don’t commit the following files and directories created by pub, Dart Editor, and dart2js
  2. packages/
  3. .project
  4. .buildlog
  5. *.js_
  6. *.js.deps
  7. *.js.map
  8. // Include when developing application packages
  9. pubspec.lock
  10. // Avoid committing generated JavaScript files
  11. *.dart.js
  12. // Check for any other incovenient files generated by OS
  13. // and other tools such as Eclipse, IntelliJ, etc.