Ignore files

This commit is contained in:
Changhua 2023-07-15 09:14:55 +08:00
parent 326f7fa8d0
commit 121de88a57

18
.gitignore vendored
View File

@ -22,17 +22,17 @@ java/wcferry/bin/
*_pb2_grpc.py *_pb2_grpc.py
__pycache__ __pycache__
python/dist/ */python/dist/
python/*.egg-info */python/*.egg-info
java/target/ */java/target/
WcfGrpc.java WcfGrpc.java
WcfOuterClass.java WcfOuterClass.java
rust/target/ */rust/target/
rust/wcferry/Cargo.lock */rust/wcferry/Cargo.lock
rust/wcferry/.wcf.lock */rust/wcferry/.wcf.lock
/rust/wcferry/target/CACHEDIR.TAG */rust/wcferry/target/CACHEDIR.TAG
http/dist/ */http/dist/
http/*.egg-info/ */http/*.egg-info/