mirror of
https://github.com/RaisFast/raisfast.git
synced 2026-09-24 00:02:28 +00:00
20 lines
249 B
Plaintext
20 lines
249 B
Plaintext
/target
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
*.db
|
|
data/
|
|
backups/
|
|
|
|
node_modules
|
|
*.pid
|
|
|
|
# storage root path
|
|
storage/*
|
|
!storage/.gitkeep
|
|
|
|
# Admin UI 源码不公开,只提交编译产物
|
|
frontend/admin/src/
|
|
frontend/admin/node_modules/
|
|
frontend/admin/.vite/
|