Add infrastructure templates (Terraform, Ansible, Docker, Kubernetes)
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
28
gitignore_generator/templates/languages/docker.gitignore
Normal file
28
gitignore_generator/templates/languages/docker.gitignore
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# Docker
|
||||||
|
Dockerfile*
|
||||||
|
docker-compose.yml
|
||||||
|
.docker/
|
||||||
|
|
||||||
|
# Containerd
|
||||||
|
containerd/
|
||||||
|
ctr/
|
||||||
|
|
||||||
|
# Moby
|
||||||
|
moby/
|
||||||
|
.phony
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
Reference in New Issue
Block a user