Standardize .gitignore and .prettierignore to match obskit strategy

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jheddings 2026-02-23 16:42:14 -07:00
parent a933ed61b4
commit e7caea472e
2 changed files with 13 additions and 9 deletions

12
.gitignore vendored
View file

@ -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

View file

@ -1 +1,9 @@
test/**/*.md
node_modules/
main.js
data.json
package-lock.json
*.min.js
*.min.css
*.d.ts
settings.local.json