cal.pub0.org/.gitignore

63 lines
803 B
Plaintext
Raw Normal View History

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
2022-02-09 22:17:10 +00:00
node_modules
.pnp
2021-03-10 10:02:39 +00:00
.pnp.js
# testing
2022-02-09 22:17:10 +00:00
coverage
/test-results/
2022-02-10 18:51:25 +00:00
playwright/videos
playwright/screenshots
playwright/artifacts
playwright/results
playwright/reports/*
2021-03-10 10:02:39 +00:00
# next.js
2022-02-09 22:17:10 +00:00
.next/
out/
build
2021-03-10 10:02:39 +00:00
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2022-02-09 22:17:10 +00:00
.pnpm-debug.log*
2021-03-10 10:02:39 +00:00
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.*
2022-02-11 02:54:55 +00:00
!.env.example
2021-03-10 10:02:39 +00:00
# vercel
.vercel
# Webstorm
.idea
### 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
# Typescript
tsconfig.tsbuildinfo
2022-02-09 22:17:10 +00:00
# turbo
.turbo