2
0

.gitignore 1011 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # Compiled Lua sources
  2. luac.out
  3. # luarocks build files
  4. *.src.rock
  5. *.zip
  6. *.tar.gz
  7. # Object files
  8. *.o
  9. *.os
  10. *.ko
  11. *.obj
  12. *.elf
  13. # Precompiled Headers
  14. *.gch
  15. *.pch
  16. # Libraries
  17. *.lib
  18. *.a
  19. *.la
  20. *.lo
  21. *.def
  22. *.exp
  23. # Shared objects (inc. Windows DLLs)
  24. *.dll
  25. *.so
  26. *.so.*
  27. *.dylib
  28. # Executables
  29. *.exe
  30. *.out
  31. *.app
  32. *.i*86
  33. *.x86_64
  34. *.hex
  35. # develop
  36. *.log
  37. *.pid
  38. *.orig
  39. *.rej
  40. t/servroot
  41. t/certs/*.csr
  42. t/certs/*.srl
  43. t/xds-library/libxds.h
  44. conf/apisix.uid
  45. conf/nginx.conf
  46. deps
  47. scgi_temp
  48. uwsgi_temp
  49. proxy_temp
  50. fastcgi_temp
  51. client_body_temp
  52. utils/lj-releng
  53. utils/reindex
  54. *.etcd/
  55. t/lib/dubbo*/**/target/
  56. .idea/
  57. *.iml
  58. \.*
  59. !.github/
  60. !.gitmodules
  61. !.markdownlint.yml
  62. !.licenserc.yaml
  63. !.ignore_words
  64. conf/apisix.yaml
  65. conf/apisix-*.yaml
  66. conf/config-*.yaml
  67. !conf/config-default.yaml
  68. conf/debug-*.yaml
  69. build-cache/
  70. t/fuzzing/__pycache__/
  71. boofuzz-results/
  72. *.pyc
  73. *.wasm
  74. t/grpc_server_example/grpc_server_example
  75. t/plugin/grpc-web/grpc-web-server
  76. t/plugin/grpc-web/node_modules/
  77. pack
  78. pack-v*-linux.tgz*
  79. # release tar package
  80. *.tgz
  81. release/*