Files
rill/.gitignore
T

23 lines
279 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 前端构建产物(Vite outDir 指向根目录 dist,由 Go 提供静态服务)
/dist/
# Go 编译产物
/rill
*.exe
*.test
*.out
/vendor/
# 数据库文件(SQLite
/data/
# 服务运行产生的 unix socket
*.sock
# 系统文件
.DS_Store
._*
# 编辑器
.idea/