24 lines
237 B
Plaintext
24 lines
237 B
Plaintext
# Node
|
|
node_modules
|
|
.next
|
|
out
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# Testing
|
|
test-results/
|
|
playwright-report/
|
|
playwright/.cache/
|
|
coverage/
|
|
|
|
# Env
|
|
.env.local
|
|
.env
|
|
.DS_Store
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|