From e7caea472ea3b16f9277235e268fbeeb8da333b0 Mon Sep 17 00:00:00 2001 From: jheddings Date: Mon, 23 Feb 2026 16:42:14 -0700 Subject: [PATCH] Standardize .gitignore and .prettierignore to match obskit strategy Co-Authored-By: Claude Opus 4.6 --- .gitignore | 12 ++++-------- .prettierignore | 10 +++++++++- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index b9c5be2..1bd180b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,8 @@ - -# Intellij -*.iml -.idea - # npm node_modules -# Don't include the compiled main.js file in the repo. -# They should be uploaded to GitHub releases instead. +# build output main.js -obsidian-chopro-*.zip # Exclude sourcemaps *.map @@ -21,3 +14,6 @@ data.json .DS_Store *.swp *~ +tmp + +settings.local.json diff --git a/.prettierignore b/.prettierignore index 480b342..4e2ea61 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,9 @@ -test/**/*.md +node_modules/ +main.js +data.json +package-lock.json +*.min.js +*.min.css +*.d.ts + +settings.local.json