Files
tidb/br/.gitignore
2021-08-06 00:17:12 +08:00

15 lines
138 B
Plaintext

/br
/bin
/.idea
/docker/data/
/docker/logs/
*.swp
.DS_Store
/go.mod
/go.sum
# for the web interface
web/node_modules/
web/dist/
.vscode/