34 lines
401 B
Plaintext
34 lines
401 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Database and user data (Portable data)
|
|
accounts.db
|
|
data/
|
|
DB/
|
|
*.db-journal
|
|
|
|
# Exports (Contains sensitive information)
|
|
accounts_export.txt
|
|
export.js
|
|
export.bat
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Production build (if you pack the app later)
|
|
dist/
|
|
build/
|
|
|
|
# Linting
|
|
lint_output.txt
|
|
final_lint.txt
|
|
*.log
|
|
.eslintcache
|
|
|