feat: 添加上传和列出命令的本地文件选项
This commit is contained in:
@@ -20,7 +20,13 @@ const checkAuth = (value: string = '', baseURL: string = '') => {
|
||||
};
|
||||
|
||||
const DEFAULT_IGNORE = [
|
||||
'node_modules/**', '.git/**', '.next/**', '.astro/**', '.pack-dist/**',
|
||||
'node_modules/**',
|
||||
'.git/**',
|
||||
'.next/**',
|
||||
'.astro/**',
|
||||
'.pack-dist/**',
|
||||
"dist/**",
|
||||
".swc/**"
|
||||
];
|
||||
export class SyncBase {
|
||||
config: Config;
|
||||
|
||||
Reference in New Issue
Block a user