Skip to content

Commit 51a1221

Browse files
committed
Merge pull request #835 from ggirou/master
Move editor specific files into a new DartEditor.gitignore
2 parents ddef312 + 12d95d1 commit 51a1221

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Dart.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js
1+
// Don’t commit the following files and directories created by pub and dart2js
22
packages/
3-
.project
4-
.buildlog
53
*.js_
64
*.js.deps
75
*.js.map
@@ -11,6 +9,3 @@ pubspec.lock
119

1210
// Avoid committing generated JavaScript files
1311
*.dart.js
14-
15-
// Check for any other incovenient files generated by OS
16-
// and other tools such as Eclipse, IntelliJ, etc.

Global/DartEditor.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.project
2+
.buildlog

0 commit comments

Comments
 (0)