From 3815bc91dba9c3f0bc134f9dabeaa18c6bcf3bfa Mon Sep 17 00:00:00 2001 From: Charlie Chao Date: Mon, 14 Oct 2024 23:24:44 -0700 Subject: [PATCH] Update gitignore. --- .gitignore | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ffbe5a6..e09a007 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,22 @@ +# vscode +.vscode + # Intellij *.iml .idea # npm node_modules -package-lock.json -yarn.lock -# build +# Don't include the compiled main.js file in the repo. +# They should be uploaded to GitHub releases instead. main.js -*.js.map \ No newline at end of file + +# Exclude sourcemaps +*.map + +# obsidian +data.json + +# Exclude macOS Finder (System Explorer) View States +.DS_Store