From baf0e57f07245d06d969e118eb48a1c01bb110cf Mon Sep 17 00:00:00 2001 From: Nikolaj Frey Date: Sun, 24 Mar 2024 21:02:50 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Added=20tmp=20to=20gitignore=20m?= =?UTF-8?q?ain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- ecosystem.config.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 33522c8..4c91ab0 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,6 @@ public/build/* api/index.js api/index.js.map -pnpm-lock.yaml \ No newline at end of file +pnpm-lock.yaml + +tmp/* diff --git a/ecosystem.config.js b/ecosystem.config.js index ceae8d4..eaac5d5 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -13,4 +13,4 @@ module.exports = { // ignore_watch: [], // }, ] -} +};