mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
32 lines
395 B
Text
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/
|