diff --git a/.gitignore b/.gitignore index e663e7f..eb7867d 100644 --- a/.gitignore +++ b/.gitignore @@ -144,3 +144,15 @@ dist # End of https://www.toptal.com/developers/gitignore/api/node .zed + +# Don't include the compiled main.js file in the repo. +main.js + +# Exclude sourcemaps +*.map + +# obsidian +data.json + +# Exclude macOS Finder (System Explorer) View States +.DS_Store