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

Side by Side Diff: packages/js_util/.gitignore

Issue 2312183003: Removed Polymer from Observatory deps (Closed)
Patch Set: Created 4 years, 3 months 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 | « packages/js/pubspec.yaml ('k') | packages/js_util/.travis.yml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Files and directories created by pub
2 .packages
3 .pub/
4 build/
5 packages
6 pubspec.lock
7
8 # Files created by dart2js
9 *.dart.js
10 *.part.js
11 *.js.deps
12 *.js.map
13 *.info.json
14
15 # Directory created by dartdoc
16 doc/
17
18 # JetBrains IDEs
19 .idea/
20 *.iml
21 *.ipr
22 *.iws
OLDNEW
« no previous file with comments | « packages/js/pubspec.yaml ('k') | packages/js_util/.travis.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698