Commit 7096cb3c authored by Brendan Forster's avatar Brendan Forster Committed by GitHub

Merge pull request #2165 from ArgentiApparatus/patch-3

Update to take into account Dart SDK 1.20
parents f623e0d4 8d974a01
# See https://www.dartlang.org/tools/private-files.html # See https://www.dartlang.org/tools/private-files.html
# Files and directories created by pub # Files and directories created by pub
.buildlog
# SDK 1.20 and later (no longer creates packages directories)
.packages .packages
.project
.pub/ .pub/
build/ build/
# Older SDK versions
# (Include if the minimum SDK version specified in pubsepc.yaml is earlier than 1.20)
.project
.buildlog
**/packages/ **/packages/
# Files created by dart2js # Files created by dart2js
# (Most Dart developers will use pub build to compile Dart, use/modify these # (Most Dart developers will use pub build to compile Dart, use/modify these
# rules if you intend to use dart2js directly # rules if you intend to use dart2js directly
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment