From eea7afa9159c8547cae0f0860e611084bcf44582 Mon Sep 17 00:00:00 2001 From: Martin Charles Date: Mon, 3 Feb 2014 11:09:24 -0500 Subject: [PATCH] Update Dart.gitignore Don't track the symbolic links that dart creates to the ./packages directory --- Dart.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dart.gitignore b/Dart.gitignore index f336509f..f5d6409f 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,5 +1,6 @@ // Don’t commit the following files and directories created by pub and dart2js packages/ +packages *.js_ *.js.deps *.js.map