a54c119b4d
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
47 lines
582 B
Plaintext
47 lines
582 B
Plaintext
# dependencies (bun install)
|
|
node_modules
|
|
|
|
# output
|
|
out
|
|
dist
|
|
*.tgz
|
|
|
|
# code coverage
|
|
coverage
|
|
*.lcov
|
|
|
|
# logs
|
|
logs
|
|
_.log
|
|
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.local
|
|
|
|
# caches
|
|
.eslintcache
|
|
.cache
|
|
*.tsbuildinfo
|
|
|
|
# IntelliJ based IDEs
|
|
.idea
|
|
|
|
# Finder (MacOS) folder config
|
|
.DS_Store
|
|
.ng-tarballs
|
|
|
|
# Playwright persistent profile (contains NG wallet)
|
|
.playwright-profile/
|
|
.playwright-profile-debug/
|
|
playwright/.auth/
|
|
|
|
*storybook.log
|
|
storybook-static
|
|
dist-staging/
|
|
*.ngw
|
|
.tasks/
|