WeChatFerry/.gitignore
2022-10-15 14:42:26 +08:00

18 lines
167 B
Plaintext

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