From 24b1ed517508b09905c8fb29daceef5ae50dce1a Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Tue, 24 Sep 2024 16:39:24 -0700 Subject: [PATCH] Remove last traces of docs --- .eslintignore | 5 ----- .gitignore | 4 ---- 2 files changed, 9 deletions(-) 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