harper/packages/chrome-plugin/.gitignore

32 lines
395 B
Text

# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/node_modules
# testing
/coverage
# production
/build
/package
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.history
*.log
# secrets
secrets.*.js
public/wasm
# Playwright
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/