mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
21 lines
214 B
Plaintext
21 lines
214 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
.tuono
|
|
out
|
|
target
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
|