From cba121f513dcf42aa3a5f4316e763fa97f7dc3b9 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Mon, 25 Dec 2023 13:50:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..435ea6a --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# 忽略logs目录 +dist/ +build/ +.git/ +__pycache__/ +decrypted/ +pywxdump.egg-info/ +# 忽略.idea目录 +.idea/ +pysqlcipher3/ +# 忽略secret.txt文件 +secret.txt +#.gitignore +# 忽略所有的.class文件 +*.class +# 忽略所有的.iml文件 +*.iml + +gitandpypi.cmd