From 3a622f2dcba185683746b72ade44b64a6b9db48d Mon Sep 17 00:00:00 2001 From: Gary Smith Date: Wed, 21 Oct 2015 10:45:49 -0400 Subject: [PATCH] Add *.precompiled.js Add *.precompiled.js as per https://stackoverflow.com/questions/20314796/which-files-are-generated-when-executing-dart2js-and-why --- Dart.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dart.gitignore b/Dart.gitignore index fc5964d7..4af0fb23 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -8,6 +8,7 @@ build/ # Files created by dart2js *.js +*.precompiled.js *.js.deps *.js.map *.info.json