Move editor specific files into a new DartEditor.gitignore

This commit is contained in:
Guillaume Girou 2013-11-10 17:13:30 +01:00
parent d72190c56a
commit 12d95d1ff8
2 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,5 @@
// Dont commit the following files and directories created by pub, Dart Editor, and dart2js
// Dont 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.

View File

@ -0,0 +1,2 @@
.project
.buildlog