25 lines
210 B
Text
25 lines
210 B
Text
# 临时调试文件
|
|
tmp-*.html
|
|
test-*.pdf
|
|
!test-fixture.pdf
|
|
!test-multi.pdf
|
|
|
|
# 截图
|
|
ui-*.png
|
|
|
|
# 编辑器
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# 系统
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 依赖
|
|
node_modules/
|
|
|
|
# 日志
|
|
*.log
|