WeChatFerry/.gitignore
2022-10-16 16:24:37 +08:00

21 lines
192 B
Plaintext

.*
!.gitignore
!.editorconfig
# VS2019 build files
Debug/
Release/
x64/
# Generated files
*.pb.h
*.pb.cc
sdk.dll
spy.dll
build/
logs/
*_pb2.py
*_pb2_grpc.py
__pycache__