From e013825c21d83103d296ed3bb27d4fad6e040a3c Mon Sep 17 00:00:00 2001 From: lishid Date: Sat, 23 Oct 2021 04:58:40 -0400 Subject: [PATCH] Add comment for gitignore. --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2fd7c5e..846fb40 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,12 @@ node_modules package-lock.json -# build +# Don't include the compiled main.js file in the repo. +# They should be uploaded to GitHub releases instead. main.js -*.js.map + +# Exclude sourcemaps +*.map # obsidian data.json