26 lines
347 B
Plaintext
26 lines
347 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Database and user data (Portable data)
|
|
accounts.db
|
|
data/
|
|
*.db-journal
|
|
|
|
# Exports (Contains sensitive information)
|
|
accounts_export.txt
|
|
export.js
|
|
一键导出账号.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/
|