mirror of
https://github.com/gapmiss/badges.git
synced 2026-07-22 08:00:30 +00:00
- Add eslint-plugin-obsidianmd with typescript-eslint type-checked rules - Fix TypeScript: remove any types, unused vars, console.log statements - Fix DOM: use createSpan() instead of document.createElement - Fix CSS: remove !important declarations - Replace builtin-modules with Node's module.builtinModules - Pin @codemirror dependencies to exact versions - Add pnpm lockfile for reproducible builds - Add GitHub workflow for artifact attestation - Add release script Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
25 lines
339 B
Text
25 lines
339 B
Text
# vscode
|
|
.vscode
|
|
|
|
# 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.
|
|
main.js
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# obsidian
|
|
data.json
|
|
|
|
# Exclude macOS Finder (System Explorer) View States
|
|
.DS_Store
|
|
|
|
.hotreload
|
|
.claude
|