mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-01 21:27:20 +02:00

Some code improvements. If the version ever changes, it will download the new binary if it doesn't already exist. Old ones will be kept however. Some general changes to documentation.
34 lines
443 B
Plaintext
34 lines
443 B
Plaintext
# ---> Go
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
src/*.o
|
|
src/*.a
|
|
src/*.so
|
|
src/*.exe
|
|
|
|
# Folders
|
|
src/_obj
|
|
src/_test
|
|
|
|
src/*.cgo1.go
|
|
src/*.cgo2.c
|
|
src/_cgo_defun.c
|
|
src/_cgo_gotypes.go
|
|
src/_cgo_export.*
|
|
|
|
src/_testmain.go
|
|
|
|
src/*.exe
|
|
src/*.test
|
|
src/*.prof
|
|
|
|
src/sys.db
|
|
src/src/sys.db.lock
|
|
src/conf/*
|
|
src/ReverseProxy_*_*
|
|
src/Zoraxy_*_*
|
|
src/certs/*
|
|
src/rules/*
|
|
src/README.md
|
|
|
|
docker/ContainerTester.sh
|
|
docker/ImagePublisher.sh |