16 lines
146 B
Text
16 lines
146 B
Text
# Git
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Docker
|
|
docker-compose.yaml
|
|
.dockerignore
|
|
|
|
# Documentation
|
|
README.md
|
|
*.md
|
|
|
|
# Environment
|
|
.env
|
|
.env.example
|