obsidian-semantic

Log | Files | Refs | README

commit e013825c21d83103d296ed3bb27d4fad6e040a3c
parent 3afc9d78ab809784d8ccf6d17e94c1509330e217
Author: lishid <lishid@gmail.com>
Date:   Sat, 23 Oct 2021 04:58:40 -0400

Add comment for gitignore.

Diffstat:
M.gitignore | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git 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