2021-03-10 10:02:39 +00:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
2021-03-22 13:48:48 +00:00
|
|
|
# .env file
|
|
|
|
.env
|
|
|
|
|
2021-03-10 10:02:39 +00:00
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
2021-09-14 08:45:28 +00:00
|
|
|
/.yarn
|
2021-03-10 10:02:39 +00:00
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
2021-10-07 15:07:57 +00:00
|
|
|
.nyc_output
|
|
|
|
playwright/videos
|
|
|
|
playwright/screenshots
|
2021-12-15 16:25:49 +00:00
|
|
|
playwright/artifacts
|
2021-03-10 10:02:39 +00:00
|
|
|
|
|
|
|
# next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
2021-12-17 16:58:23 +00:00
|
|
|
.env.*
|
2021-03-10 10:02:39 +00:00
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
2021-06-14 17:45:24 +00:00
|
|
|
|
|
|
|
# Webstorm
|
|
|
|
.idea
|
2021-08-18 12:26:07 +00:00
|
|
|
|
|
|
|
### VisualStudioCode template
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
*.code-workspace
|
|
|
|
|
|
|
|
# Local History for Visual Studio Code
|
|
|
|
.history/
|
2021-09-02 16:41:15 +00:00
|
|
|
|