1
0
mirror of https://github.com/github/gitignore synced 2024-06-15 00:50:00 +02:00
gitignore/Dart.gitignore
Kevin Moore 56feedcfa4 Drastically simplify .gitignore for Dart
Our typical workflow has JS and related build outputs in the `build` directory.

Most users are on new SDKs, so we don't have to worry about these ignores.
Most users don't generate docs locally. If they do, it's easy to add the entry to their .gitignore later.
2017-03-10 16:32:54 -08:00

9 lines
213 B
Plaintext

# See https://www.dartlang.org/tools/private-files.html
# Files and directories created by pub
.packages
.pub/
build/
# If you're building an application, you may want to check-in your pubspec.lock.
pubspec.lock