apisix/.gitignore

80 lines
897 B
Plaintext
Raw Normal View History

2019-04-10 10:02:06 +08:00
# 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
2019-04-10 11:08:25 +08:00
# develop
*.log
*.pid
2019-04-11 15:00:59 +08:00
t/servroot
2019-04-11 15:17:52 +08:00
go
conf/apisix.uid
conf/nginx.conf
2019-06-13 17:21:22 +08:00
deps
scgi_temp
uwsgi_temp
proxy_temp
fastcgi_temp
client_body_temp
utils/lj-releng
utils/reindex
2021-02-19 09:09:33 +08:00
*.etcd/
2021-01-20 09:47:09 +08:00
t/lib/dubbo-backend/dubbo-backend-interface/target/
t/lib/dubbo-backend/dubbo-backend-provider/target/
2020-01-17 15:00:24 +08:00
.idea/
*.iml
\.*
!.github/
2021-03-29 23:34:01 +08:00
ci/openwhisk-utilities/
!.gitmodules
!.markdownlint.yml
!.yamllint
/conf/apisix.yaml
/conf/apisix-*.yaml
/conf/config-*.yaml
!/conf/config-default.yaml
/conf/debug-*.yaml
2021-01-26 11:04:16 +08:00
/build-cache/
t/fuzzing/__pycache__/
boofuzz-results/
# release tar package
*.tgz
2021-03-05 18:23:24 +08:00
release/*
html/*