commit 4a15fa19b81e30de647fa934306aa54527bacd89 Author: 刘 相卿 Date: Thu Jan 29 13:15:51 2026 +0800 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..118c060 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* +pids +*.pid +*.seed +*.pid.lock +node_modules/ +.idea/ + +dist + +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..0867605 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# CSLAB DCS 编辑器 \ No newline at end of file