docs: 更新README和添加.gitignore文件
- 修复README中的格式问题 - 添加标准的.gitignore文件以排除常见不需要跟踪的文件
This commit is contained in:
71
.gitignore
vendored
Normal file
71
.gitignore
vendored
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
# Dependencies
|
||||||
|
node_modules/
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
|
||||||
|
# Production builds
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
|
||||||
|
# Environment variables
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
|
.env.production.local
|
||||||
|
|
||||||
|
# IDE and editor files
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# OS generated files
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Runtime data
|
||||||
|
pids
|
||||||
|
*.pid
|
||||||
|
*.seed
|
||||||
|
*.pid.lock
|
||||||
|
|
||||||
|
# Coverage directory used by tools like istanbul
|
||||||
|
coverage/
|
||||||
|
|
||||||
|
# Temporary folders
|
||||||
|
tmp/
|
||||||
|
temp/
|
||||||
|
|
||||||
|
# Optional npm cache directory
|
||||||
|
.npm
|
||||||
|
|
||||||
|
# Optional eslint cache
|
||||||
|
.eslintcache
|
||||||
|
|
||||||
|
# Microbundle cache
|
||||||
|
.rpt2_cache/
|
||||||
|
.rts2_cache_cjs/
|
||||||
|
.rts2_cache_es/
|
||||||
|
.rts2_cache_umd/
|
||||||
|
|
||||||
|
# Optional REPL history
|
||||||
|
.node_repl_history
|
||||||
|
|
||||||
|
# Output of 'npm pack'
|
||||||
|
*.tgz
|
||||||
|
|
||||||
|
# Yarn Integrity file
|
||||||
|
.yarn-integrity
|
@@ -147,7 +147,7 @@ docker run -d -p 80:80 password-generator
|
|||||||
- [x] 集成算法安全性评级系统
|
- [x] 集成算法安全性评级系统
|
||||||
- [x] 修复算法说明组件中安全建议显示问题
|
- [x] 修复算法说明组件中安全建议显示问题
|
||||||
- [x] 添加密码强度详细分析
|
- [x] 添加密码强度详细分析
|
||||||
- [x] 移除旧的简单密码强度指示器,避免功能重复
|
- [x] 移除旧的简单密码强度指示器,避免功能重复
|
||||||
- [x] 支持多语言
|
- [x] 支持多语言
|
||||||
- [x] 修复多语言使用说明显示问题(彻底解决数组渲染问题)✅
|
- [x] 修复多语言使用说明显示问题(彻底解决数组渲染问题)✅
|
||||||
- [ ] 开发浏览器扩展
|
- [ ] 开发浏览器扩展
|
||||||
|
Reference in New Issue
Block a user