apisix/.gitignore

82 lines
904 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
2021-09-28 11:27:26 +08:00
*.orig
*.rej
2019-04-11 15:00:59 +08:00
t/servroot
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/
!.gitmodules
!.markdownlint.yml
2021-08-24 09:47:51 +08:00
!.licenserc.yaml
!.ignore_words
2021-08-24 09:47:51 +08:00
conf/apisix.yaml
conf/apisix-*.yaml
conf/config-*.yaml
!conf/config-default.yaml
conf/debug-*.yaml
build-cache/
t/fuzzing/__pycache__/
boofuzz-results/
*.pyc
2021-10-22 16:29:12 +08:00
*.wasm
# release tar package
*.tgz
2021-03-05 18:23:24 +08:00
release/*