From 3837f164f972b7080e211490a8cb9ba6ed161943 Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Sun, 4 Apr 2021 21:09:42 +0200 Subject: [PATCH] update ignore --- .gitignore | 1 + .npmignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e42754a..362162a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules .DS_Store dist +temp *.local \ No newline at end of file diff --git a/.npmignore b/.npmignore index ce95c99..a5da6c3 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,7 @@ dist docs screenshots +temp .eslintrc.js .gitignore index.html