-
Notifications
You must be signed in to change notification settings - Fork 205
/
Copy path.gitignore
52 lines (44 loc) · 821 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# ---> 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/docker-compose.yaml
src/mod/acme/test/stackoverflow.pem
/tools/dns_challenge_update/code-gen/acmedns
/tools/dns_challenge_update/code-gen/lego
src/tmp/localhost.key
src/tmp/localhost.pem
src/www/html/index.html
src/sys.uuid
src/zoraxy
src/log/
# dev-tags
/Dockerfile
/Entrypoint.sh
# plugins
example/plugins/ztnc/ztnc.db
example/plugins/ztnc/authtoken.secret
example/plugins/ztnc/ztnc.db.lock