Files
Adrian Cowan 91ee52595e website: Ignore screenshots and videos produced by cypress e2e tests
These files are generated by running `npm run cypress:run`
2023-01-09 19:17:05 +11:00

46 lines
524 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# Vim files
*.swp
# cypress
/cypress/screenshots
/cypress/videos
/cypress-visual-screenshots/diff
/cypress-visual-screenshots/comparison