From 12d95d1ff8094a0a35741cfc3f6a383b43fd871e Mon Sep 17 00:00:00 2001 From: Guillaume Girou Date: Sun, 10 Nov 2013 17:13:30 +0100 Subject: [PATCH] Move editor specific files into a new DartEditor.gitignore --- Dart.gitignore | 7 +------ Global/DartEditor.gitignore | 2 ++ 2 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 Global/DartEditor.gitignore diff --git a/Dart.gitignore b/Dart.gitignore index db4229d4..f336509f 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,7 +1,5 @@ -// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js +// Don’t commit the following files and directories created by pub and dart2js packages/ -.project -.buildlog *.js_ *.js.deps *.js.map @@ -11,6 +9,3 @@ pubspec.lock // Avoid committing generated JavaScript files *.dart.js - -// Check for any other incovenient files generated by OS -// and other tools such as Eclipse, IntelliJ, etc. diff --git a/Global/DartEditor.gitignore b/Global/DartEditor.gitignore new file mode 100644 index 00000000..948920b4 --- /dev/null +++ b/Global/DartEditor.gitignore @@ -0,0 +1,2 @@ +.project +.buildlog