node-sqlite-snap/.npmignore
Derek Anderson 8178721bd0
fix missing lock for ci-cd
Signed-off-by: Derek Anderson <dmikey@users.noreply.github.com>
2025-06-26 20:15:40 -05:00

27 lines
293 B
Plaintext

# Test files and directories
test-data/
test-demo/
*.log
# Development files
legacy-backup-script.js
integration-example.js
MIGRATION.md
aidocs/
# Git and CI/CD files
.git/
.github/
.gitignore
package-lock.json
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp