vnt-web/build.rs now runs the pnpm UI build when static/ is missing or older than ui/src, so the embedded assets no longer need to be committed. Set VNT_WEB_SKIP_UI_BUILD=1 to skip (a placeholder page is written). Remove vnt-web/static from version control.
17 lines
290 B
Plaintext
17 lines
290 B
Plaintext
.idea
|
|
/target
|
|
./wintun.dll
|
|
vnt_config
|
|
vnt_current_config.txt
|
|
logs/*
|
|
/.tools/
|
|
node_modules
|
|
vnt-web/ui/dist
|
|
vnt-desktop/dist
|
|
vnt-desktop/src-tauri/gen
|
|
vnt-desktop/src-tauri/icons/android
|
|
vnt-desktop/src-tauri/icons/ios
|
|
|
|
# 前端构建产物,由 vnt-web/build.rs 自动构建
|
|
vnt-web/static
|