apskel-pos-backend/.dockerignore

18 lines
147 B
Plaintext
Raw Normal View History

2023-10-08 15:59:42 +07:00
# Files
.dockerignore
.editorconfig
.gitignore
.env.*
Dockerfile
Makefile
LICENSE
**/*.md
**/*_test.go
*.out
bin/
# Folders
.git/
.github/
build/