mirror of
https://github.com/wangwangit/qywx-push.git
synced 2026-07-03 05:11:25 +08:00
40 lines
401 B
Plaintext
40 lines
401 B
Plaintext
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# 环境变量
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# 数据库文件
|
|
database/notifier.db
|
|
database/notifier.db-journal
|
|
|
|
# 日志文件
|
|
logs/
|
|
*.log
|
|
|
|
# 运行时文件
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# 临时文件
|
|
.tmp/
|
|
.cache/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db |