17 lines
243 B
Plaintext
17 lines
243 B
Plaintext
|
// integration tests are not needed in docker
|
||
|
// ignoring it let us speed up the integration test
|
||
|
// development
|
||
|
integration_test.go
|
||
|
|
||
|
Dockerfile*
|
||
|
docker-compose*
|
||
|
.dockerignore
|
||
|
.goreleaser.yml
|
||
|
.git
|
||
|
.github
|
||
|
.gitignore
|
||
|
README.md
|
||
|
LICENSE
|
||
|
.vscode
|
||
|
|