1
0
Files
envoy-apisix/.gitignore
2023-04-14 17:12:13 +08:00

46 lines
498 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.o
*.dylib
/bin/*
/testbin/*
/luajit/*
# User-specific files
*.suo
*.user
*.sln.docstates
/.vscode
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
x64/
build/
bld/
[Bb]in/
[Oo]bj/
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
# NuGet Packages Directory
packages/*
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
envoy-apisix