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

Unified Diff: packages/js_util/.gitignore

Issue 2119523002: Added full js & js_util packages (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/js/src/varargs.dart ('k') | packages/js_util/.travis.yml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/js_util/.gitignore
diff --git a/packages/js_util/.gitignore b/packages/js_util/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..4e73421b859d855f66960575af41b706c0cf878e
--- /dev/null
+++ b/packages/js_util/.gitignore
@@ -0,0 +1,22 @@
+# Files and directories created by pub
+.packages
+.pub/
+build/
+packages
+pubspec.lock
+
+# Files created by dart2js
+*.dart.js
+*.part.js
+*.js.deps
+*.js.map
+*.info.json
+
+# Directory created by dartdoc
+doc/
+
+# JetBrains IDEs
+.idea/
+*.iml
+*.ipr
+*.iws
« no previous file with comments | « packages/js/src/varargs.dart ('k') | packages/js_util/.travis.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698