Skip to content

Commit 0e628b9

Browse files
committed
add protect dir: computer-project-workspace
1 parent df0ab26 commit 0e628b9

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ history.db.wal
1212
config.toml
1313
test_deploy
1414
tmp/
15+
logs/
1516

1617
cli-ui/src-tauri/binaries
1718
data/duck_client.db

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client-core/src/constants.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ pub mod docker {
246246
pub const EXCLUDE_DIRS: [&str; 7] = [
247247
"upload",
248248
"project_workspace",
249+
"computer-project-workspace",
249250
"project_zips",
250251
"project_nginx",
251252
"project_init",

nuwax-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nuwax-cli"
3-
version = "1.0.68"
3+
version = "1.0.69"
44
edition = "2024"
55
description = "Docker 服务管理和升级工具"
66
authors = ["soddygo"]

0 commit comments

Comments
 (0)