mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
67de777fd1
Co-authored-by: Jacob Marshall <me@jhqcat.com>
17 lines
168 B
Plaintext
17 lines
168 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
|
|
|
|
# Ignore local env files
|
|
.env*.local
|