From 09e1020c2aaed40ef644c3522b643af8085de986 Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Sun, 5 Jan 2025 13:09:55 +0100 Subject: [PATCH] Update gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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