From 3741fefd99858ccf9a5aada89707f6a4880ce8a9 Mon Sep 17 00:00:00 2001 From: "Kossi D. T. Saka" Date: Thu, 26 Jan 2023 06:43:21 +0100 Subject: [PATCH] Ignore build artifacts --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e09a007..9f06398 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ node_modules # Don't include the compiled main.js file in the repo. # They should be uploaded to GitHub releases instead. main.js +dist/ # Exclude sourcemaps *.map