We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d574e commit 573b8c7Copy full SHA for 573b8c7
package.py
@@ -5,7 +5,7 @@
5
EXCLUDE_DIRS = ['.git', '.idea', 'soft', 'drop_code', 'jstest', 'local', 'logs', '对话1.txt']
6
7
# 要排除的文件列表
8
-EXCLUDE_FILES = ['config/env.json', '.env', '/js/玩偶哥哥[盘].js']
+EXCLUDE_FILES = ['config/env.json', '.env', 'js/玩偶哥哥[盘].js']
9
10
def compress_directory():
11
# 获取当前目录名
0 commit comments