golang-app/.dockerignore

53 lines
725 B
Plaintext
Raw Normal View History

# IDEA project files
/.idea
2022-08-03 22:28:22 +03:00
/.run
# Visual Studio Code workspace files
2022-08-03 22:28:22 +03:00
/.vscode
/golang-app.code-workspace
# git
/.git
/.gitignore
# docker
/Dockerfile
/docker-compose.yml
/docker-compose-services.yml
2022-08-03 23:17:49 +03:00
# utilities
2022-08-03 22:28:22 +03:00
/.gitlab-ci.yml
/.golangci.yaml
# Mac OS X files
2022-08-03 22:28:22 +03:00
.DS_Store
# Binaries for programs and plugins
2022-08-03 22:28:22 +03:00
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/
# Artefacts
2022-08-03 22:28:22 +03:00
/bin
/data
/docs
# Dependency directories (remove the comment below to include it)
2022-08-03 22:28:22 +03:00
/node_modules
/vendor
# Environment
2022-08-03 22:28:22 +03:00
/.env
/.env.docker
/config.yaml