mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
19 lines
166 B
Plaintext
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
|