feat: 完成查看色谱柱的功能
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# node_modules
|
||||
/server/node_modules
|
||||
/webui/node_modules
|
||||
|
||||
# Editor configuration
|
||||
/webui/.vscode/*
|
||||
/server/.vscode/*
|
||||
/.vscode/*
|
||||
|
||||
# HTTP client files
|
||||
/http
|
||||
*.http
|
||||
|
||||
# Environment file
|
||||
.env
|
||||
|
||||
# Vite build output
|
||||
/webui/dist
|
||||
Reference in New Issue
Block a user