WeChatFerry/.gitignore
2023-07-15 09:14:55 +08:00

39 lines
435 B
Plaintext

.*
!.gitignore
!.editorconfig
!.github/
!.readthedocs.yml
# VS2019 build files
Debug/
Release/
x64/
Out/
# Generated files
*.pb.h
*.pb.c
*.pb.cc
*.dll
*.exe
build/
logs/
java/wcferry/bin/
*_pb2_grpc.py
__pycache__
*/python/dist/
*/python/*.egg-info
*/java/target/
WcfGrpc.java
WcfOuterClass.java
*/rust/target/
*/rust/wcferry/Cargo.lock
*/rust/wcferry/.wcf.lock
*/rust/wcferry/target/CACHEDIR.TAG
*/http/dist/
*/http/*.egg-info/