mirror of
https://gitee.com/iresty/apisix.git
synced 2024-11-30 02:57:49 +08:00
81 lines
889 B
Plaintext
81 lines
889 B
Plaintext
# Compiled Lua sources
|
|
luac.out
|
|
|
|
# luarocks build files
|
|
*.src.rock
|
|
*.zip
|
|
*.tar.gz
|
|
|
|
# Object files
|
|
*.o
|
|
*.os
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
*.def
|
|
*.exp
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.i*86
|
|
*.x86_64
|
|
*.hex
|
|
|
|
# develop
|
|
*.log
|
|
*.pid
|
|
*.orig
|
|
*.rej
|
|
t/servroot
|
|
conf/apisix.uid
|
|
conf/nginx.conf
|
|
deps
|
|
scgi_temp
|
|
uwsgi_temp
|
|
proxy_temp
|
|
fastcgi_temp
|
|
client_body_temp
|
|
utils/lj-releng
|
|
utils/reindex
|
|
*.etcd/
|
|
t/lib/dubbo-backend/dubbo-backend-interface/target/
|
|
t/lib/dubbo-backend/dubbo-backend-provider/target/
|
|
.idea/
|
|
*.iml
|
|
\.*
|
|
!.github/
|
|
!.gitmodules
|
|
!.markdownlint.yml
|
|
!.licenserc.yaml
|
|
conf/apisix.yaml
|
|
conf/apisix-*.yaml
|
|
conf/config-*.yaml
|
|
!conf/config-default.yaml
|
|
conf/debug-*.yaml
|
|
build-cache/
|
|
t/fuzzing/__pycache__/
|
|
boofuzz-results/
|
|
*.pyc
|
|
*.wasm
|
|
# release tar package
|
|
*.tgz
|
|
release/*
|