8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
# 编译产物
|
|
*.exe
|
|
*.db
|
|
logs/
|
|
|
|
# 前端依赖与产物(web/static 由 frontend npm run build 生成)
|
|
node_modules/
|
|
frontend/dist/ |