just remove dart2js lines from gitignore since it the validator is still complaining
diff --git a/.gitignore b/.gitignore
index b1a71fd..0dad779 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,14 +10,3 @@
 # Include when developing application packages.
 pubspec.lock
 .packages
-
-# The files created by dart2js.
-#
-# This section should not be included in the `.pubignore` file, as we need
-# the `pkgs/test/lib/src/runner/browser/static/host.dart.js` file to be
-# included when we publish.
-*.dart.js
-*.js_
-*.js.deps
-*.js.map
-
diff --git a/.pubignore b/.pubignore
deleted file mode 100644
index 02e0c6d..0000000
--- a/.pubignore
+++ /dev/null
@@ -1,10 +0,0 @@
-# Don’t commit the following directories created by pub.
-.buildlog
-.dart_tool/
-.pub/
-build/
-packages
-
-# Include when developing application packages.
-pubspec.lock
-.packages