Initial commit
This commit is contained in:
60
backend/.dockerignore
Normal file
60
backend/.dockerignore
Normal file
@@ -0,0 +1,60 @@
|
||||
# .dockerignore
|
||||
# Generated by Data Craftsman Tools
|
||||
# https://docs.docker.com/engine/reference/builder/#dockerignore-file
|
||||
|
||||
# Go
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
go.work
|
||||
vendor/
|
||||
.env
|
||||
.env.local
|
||||
*.log
|
||||
coverage.txt
|
||||
coverage.html
|
||||
bin/
|
||||
pkg/
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Version Control
|
||||
.git/
|
||||
.gitignore
|
||||
.svn/
|
||||
.hg/
|
||||
.bzr/
|
||||
CVS/
|
||||
|
||||
# Logs & Temporary Files
|
||||
logs/
|
||||
tmp/
|
||||
temp/
|
||||
*.tmp
|
||||
*.temp
|
||||
*.cache
|
||||
.cache/
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# Documentation Build
|
||||
docs/_build/
|
||||
site/
|
||||
.jekyll-cache/
|
||||
.sass-cache/
|
||||
_site/
|
||||
Gemfile.lock
|
||||
|
||||
# Docker & Kubernetes
|
||||
Dockerfile*
|
||||
docker-compose*.yml
|
||||
docker-compose*.yaml
|
||||
.dockerignore
|
||||
k8s/
|
||||
kubernetes/
|
||||
*.kubeconfig
|
||||
Reference in New Issue
Block a user