32 lines
405 B
Plaintext
32 lines
405 B
Plaintext
dist/
|
|
build/
|
|
.git/
|
|
__pycache__/
|
|
decrypted/
|
|
pywxdump.egg-info/
|
|
|
|
# 忽略.idea目录
|
|
.idea/
|
|
|
|
pysqlcipher3/
|
|
# 忽略secret.txt文件
|
|
secret.txt
|
|
#.gitignore
|
|
# 忽略所有的.class文件
|
|
*.class
|
|
# 忽略所有的.iml文件
|
|
*.iml
|
|
|
|
gitandpypi.cmd
|
|
# 忽略test_xaooyaoo_conf.txt文件
|
|
test_xaooyaoo_conf.txt
|
|
|
|
# vue ignore
|
|
node_modules
|
|
.DS_Store
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
/pywxdump/ui/web/*
|
|
/pywxdump/ui/web/assets/*
|