mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-04-25 18:38:35 +00:00
32 lines
460 B
Plaintext
32 lines
460 B
Plaintext
# Git history
|
|
.git/
|
|
.gitignore
|
|
|
|
# Dependencies — re-installed inside Docker
|
|
node_modules/
|
|
src/apps/cli/node_modules/
|
|
|
|
# Pre-built CLI output — rebuilt inside Docker
|
|
src/apps/cli/dist/
|
|
|
|
# Obsidian plugin build outputs
|
|
main.js
|
|
main_org.js
|
|
pouchdb-browser.js
|
|
production/
|
|
|
|
# Test coverage and reports
|
|
coverage/
|
|
|
|
# Local environment / secrets
|
|
.env
|
|
*.env
|
|
.test.env
|
|
|
|
# local config files
|
|
*.local
|
|
|
|
# OS artefacts
|
|
.DS_Store
|
|
Thumbs.db
|