Add .gitignore to pkg/analyzer directory

R=pquitslund@google.com

Review-Url: https://codereview.chromium.org/2905883002 .
This commit is contained in:
Kevin Moore 2017-05-25 09:57:43 -07:00
parent 0bb2d5e548
commit 2248502611

9
pkg/analyzer/.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
# Files and directories created by pub
.packages
.pub/
build/
# Remove the following pattern if you wish to check in your lock file
pubspec.lock
# Directory created by dartdoc
doc/api/