wcferry rust 客户端
This commit is contained in:
+35
-30
@@ -1,30 +1,35 @@
|
||||
.*
|
||||
!.gitignore
|
||||
!.editorconfig
|
||||
!.github/
|
||||
|
||||
# VS2019 build files
|
||||
Debug/
|
||||
Release/
|
||||
x64/
|
||||
Out/
|
||||
|
||||
# Generated files
|
||||
*.pb.h
|
||||
*.pb.c
|
||||
*.pb.cc
|
||||
*.dll
|
||||
*.exe
|
||||
build/
|
||||
logs/
|
||||
java/wcferry/bin/
|
||||
|
||||
*_pb2.py
|
||||
*_pb2_grpc.py
|
||||
__pycache__
|
||||
python/dist/
|
||||
python/*.egg-info
|
||||
|
||||
java/target/
|
||||
WcfGrpc.java
|
||||
WcfOuterClass.java
|
||||
.*
|
||||
!.gitignore
|
||||
!.editorconfig
|
||||
!.github/
|
||||
|
||||
# VS2019 build files
|
||||
Debug/
|
||||
Release/
|
||||
x64/
|
||||
Out/
|
||||
|
||||
# Generated files
|
||||
*.pb.h
|
||||
*.pb.c
|
||||
*.pb.cc
|
||||
*.dll
|
||||
*.exe
|
||||
build/
|
||||
logs/
|
||||
java/wcferry/bin/
|
||||
|
||||
*_pb2.py
|
||||
*_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
|
||||
|
||||
Reference in New Issue
Block a user