添加.gitignore
This commit is contained in:
parent
090ca15b46
commit
d962fe18e6
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user