39 lines
425 B
Plaintext
Executable File
39 lines
425 B
Plaintext
Executable File
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
env/
|
|
|
|
# misc
|
|
/dist
|
|
.DS_Store
|
|
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
|
|
# PyCharm
|
|
.idea
|
|
!.idea/
|
|
.idea/*
|
|
!.idea/runConfigurations/
|
|
|
|
.vercel
|
|
.netlify
|