diff --git a/.eslintignore b/.eslintignore index bf3d39bd..4b17d86d 100644 --- a/.eslintignore +++ b/.eslintignore @@ -7,11 +7,6 @@ /.eslintcache # These are artifacts from various scripts -/dist -/archive /mithril.js /mithril.min.js /stream/stream.min.js - -# And the examples are ignored (for now). -/examples diff --git a/.gitignore b/.gitignore index b6539ad4..34900e13 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,3 @@ /.vscode /.DS_Store /.eslintcache - -# These are artifacts from various scripts -/dist -/archive