LocalHtmlDataTest/.gitignore
Jason Tudisco 6ebe02ad56 Initial commit: local-first browser sync library experiment
Four variants of the same sync library (IndexedDB, NeDB, SQLite WASM, sql.js)
plus a paste-bin demo app for testing multi-browser sync via shared folders.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 22:04:08 -06:00

30 lines
243 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
# Test data
Data/
# OS files
.DS_Store
Thumbs.db
Desktop.ini
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Bun
bun.lockb
# npm
package-lock.json
# TypeScript incremental
*.tsbuildinfo