diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-22 19:39:38 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-22 19:39:38 +0800 |
| commit | d99dfa9dd48bc876a22dc6119dde44daeac8a4e3 (patch) | |
| tree | 51b99fa6b856b8daa9d3e1ea2b1c1fe3856418aa /crates/vcs_data/src/constants.rs | |
| parent | 2d4c1ccc042fff22313799e6b68908c0eda1f73d (diff) | |
Update local workspace initialization files
- Change SETUP.md to SETUP.txt for the todo list - Add .gitignore file
to ignore cached data and members - Use constant for workspace root
folder name
Diffstat (limited to 'crates/vcs_data/src/constants.rs')
| -rw-r--r-- | crates/vcs_data/src/constants.rs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/crates/vcs_data/src/constants.rs b/crates/vcs_data/src/constants.rs index 9b12d44..6b4c963 100644 --- a/crates/vcs_data/src/constants.rs +++ b/crates/vcs_data/src/constants.rs @@ -71,7 +71,13 @@ pub const CLIENT_FILE_LATEST_INFO_NOSET: &str = "./.jv/.temp/wrong.json"; // Client - Other pub const CLIENT_FILE_IGNOREFILES: &str = "IGNORE_RULES.toml"; -pub const CLIENT_FILE_TODOLIST: &str = "./SETUP.md"; +pub const CLIENT_FILE_TODOLIST: &str = "./SETUP.txt"; +pub const CLIENT_FILE_GITIGNORE: &str = "./.jv/.gitignore"; +pub const CLIENT_CONTENT_GITIGNORE: &str = "# Git support for JVCS Workspace + +# Ignore cached datas +cached +members"; // ------------------------------------------------------------------------------------- |
