scotttomaszewski_obsidian-d.../.gitignore
Scott Tomaszewski 9154d6ccb0 Add Bible chapter navigation and enhance rendering
- Implement Bible chapter navigation with dynamic book and chapter selection
- Add CSS styles for navigation elements and interactions
- Update BibleReferenceRenderer to support navigation components
- Improve chapter content formatting and copyright attribution
- Enhance plugin to support on-demand content download for navigation
- Bump version to 0.1.1
2025-03-10 12:00:02 -04:00

25 lines
No EOL
350 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
# Exclude the data folder
data/