17 lines
151 B
Plaintext
17 lines
151 B
Plaintext
# 依赖相关
|
|
node_modules
|
|
.pnpm-store/
|
|
|
|
# 测试与打包
|
|
coverage/
|
|
|
|
# 编辑器
|
|
.vscode/*
|
|
|
|
# docker构建
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# CI
|
|
.drone.yml
|