Files
tuono/docker/.dockerignore
T
spacecodeur f9545f513b chore: dockerization of the tuono repo! (#276)
Co-authored-by: Marco Pasqualetti <marco.pasqualetti@live.com>
2025-01-12 09:54:54 +01:00

19 lines
166 B
Plaintext

# project
node_modules
.pnpm-store
target
.turbo
# git
.git
.gitignore
# docker
docker/compose.yml
docker/Dockerfile
docker/.dockerignore
# IDE
.vscode
.idea
*.iml