mirror of
https://github.com/jheddings/obsidian-stomp.git
synced 2026-07-22 06:44:59 +00:00
Standardize .gitignore and .prettierignore to match obskit strategy
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a933ed61b4
commit
e7caea472e
2 changed files with 13 additions and 9 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1,9 @@
|
|||
test/**/*.md
|
||||
node_modules/
|
||||
main.js
|
||||
data.json
|
||||
package-lock.json
|
||||
*.min.js
|
||||
*.min.css
|
||||
*.d.ts
|
||||
|
||||
settings.local.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue