41 lines
468 B
Plaintext
41 lines
468 B
Plaintext
.*
|
|
!.gitignore
|
|
!.editorconfig
|
|
!.github/
|
|
!.readthedocs.yml
|
|
!.gitattributes
|
|
|
|
# VS2019 build files
|
|
Debug/
|
|
Release/
|
|
x64/
|
|
Out/
|
|
|
|
# Generated files
|
|
*.pb.h
|
|
*.pb.c
|
|
*.pb.cc
|
|
*.dll
|
|
*.exe
|
|
build/
|
|
logs/
|
|
java/wcferry/bin/
|
|
vcpkg_installed/
|
|
|
|
*_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/
|