php-fpm-exporter/.gitignore

21 lines
244 B
Text
Raw Normal View History

2018-02-16 01:20:32 +00:00
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2018-02-18 10:45:45 +00:00
# dependencies
vendor/
2018-02-18 10:45:45 +00:00
# IDEs
.idea/
# goreleaser
dist/