From 2a4fcc7692f7a10c40fae6bc11d753e68c8709bd Mon Sep 17 00:00:00 2001 From: ggirou Date: Fri, 30 Aug 2013 11:15:42 +0200 Subject: [PATCH] Update Dart.gitignore Following the given advices on https://www.dartlang.org/tools/private-files.html - Remove OS-specific and editor-specific files - Add *.js_, *.js.deps and *.js.map files --- Dart.gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 46f57628..8a49c098 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,4 +1,6 @@ -.DS_Store -packages -.project +packages/ pubspec.lock +.buildlog +*.js_ +*.js.deps +*.js.map