添加.gitignore

This commit is contained in:
xaoyaoo 2023-12-25 15:33:23 +08:00
parent 090ca15b46
commit d962fe18e6
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,12 +1,13 @@
# 忽略logs目录
dist/ dist/
build/ build/
.git/ .git/
__pycache__/ __pycache__/
decrypted/ decrypted/
pywxdump.egg-info/ pywxdump.egg-info/
# 忽略.idea目录 # 忽略.idea目录
.idea/ .idea/
pysqlcipher3/ pysqlcipher3/
# 忽略secret.txt文件 # 忽略secret.txt文件
secret.txt secret.txt