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