.gitignore 407 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # ---> Go
  2. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  3. *.o
  4. *.a
  5. *.so
  6. *.exe
  7. # Folders
  8. _obj
  9. _test
  10. # Architecture specific extensions/prefixes
  11. *.[568vq]
  12. [568vq].out
  13. *.cgo1.go
  14. *.cgo2.c
  15. _cgo_defun.c
  16. _cgo_gotypes.go
  17. _cgo_export.*
  18. _testmain.go
  19. *.exe
  20. *.test
  21. *.prof
  22. sys.db
  23. sys.db.lock
  24. conf/*
  25. conf.old*
  26. ReverseProxy_*_*
  27. certs/*
  28. log/*
  29. rules/*
  30. build/github/*
  31. dist/*
  32. zoraxy_*_*
  33. authtoken.secret