Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: .gitignore

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | CHANGELOG.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .pub 1 .pub
2 build/ 2 /build/
3 packages 3 packages
4 *.dart.js 4 *.dart.js
5 *.dart.precompiled.js 5 *.dart.precompiled.js
6 *.js_ 6 *.js_
7 *.js.deps 7 *.js.deps
8 *.sw? 8 *.sw?
9 .idea/ 9 .idea/
10 .pub/ 10 .pub/
11 node_modules 11 node_modules
12 .packages 12 .packages
13 13
14 # Include when developing application packages. 14 # Include when developing application packages.
15 pubspec.lock 15 pubspec.lock
OLDNEW
« no previous file with comments | « no previous file | CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698