1
0
Fork 0
mirror of https://github.com/wukko/cobalt.git synced 2025-03-09 18:48:52 +01:00
cobalt/.dockerignore

21 lines
185 B
Text

# OS directory info files
.DS_Store
desktop.ini
# node
node_modules
# static build
build
# secrets
.env
.env.*
!.env.example
cookies.json
# docker
docker-compose.yml
# ide
.vscode