gitignore 0.2.0%2B1
gitignore generator for new Dart applications
A simple tool for auto-generating a canonical .gitignore file in a directory.
Using gitignore
You can use pub to globally activate gitignore on your path:
$ pub global activate gitignore
$ mkdir new_project && cd new_project
$ gitignore