17 lines
262 B
Plaintext
17 lines
262 B
Plaintext
# __pycache__/
|
||
*.py[cod]
|
||
*$py.class
|
||
build/
|
||
dist/
|
||
*.egg-info/
|
||
.eggs/
|
||
*.swp
|
||
*.swo
|
||
|
||
# CRUD 生成目录(xls2ui 构建产物,由 json/*.json + models/*.json 重新生成,不入库)
|
||
wwwroot/entity/
|
||
wwwroot/entity_import/
|
||
|
||
# DDL 生成物
|
||
models/mysql.ddl.sql
|