1
0
mirror of https://github.com/github/gitignore synced 2024-06-15 00:50:00 +02:00

Merge pull request #835 from ggirou/master

Move editor specific files into a new DartEditor.gitignore
This commit is contained in:
Adam Roben 2013-11-26 19:37:23 -08:00
commit 51a1221f50
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