mirror of
https://github.com/github/gitignore
synced 2024-11-05 03:18:51 +01:00
56feedcfa4
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.
9 lines
213 B
Plaintext
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
|