alamion_obsidian-jira-sync/.gitignore
Alamion 2aeb8c1bee
feats:
- presets for JQL
  - rename all cached issues
  - rebuild cache command
  - bunch of vitests
fixes:
  - incorrect migration save/load settings
  - incorrect cache validation before obsidian init
2026-06-25 17:47:22 +03:00

36 lines
529 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.
*.js
*.cjs
!eslint.config.js
!/src/localization/**/*.js
/src/localization/translator.js
!check-version.js
# Exclude sourcemaps
*.map
# obsidian
data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
# Some other
tmp/
# localization compiled
src/localization/compiled
# test configuration with credentials
tests/test-config.local.json