-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7dd2a98
commit e196774
Showing
2 changed files
with
37 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,44 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
# Dependencies | ||
node_modules | ||
.pnp | ||
.pnp.js | ||
.yarn/install-state.gz | ||
.pnpm-store | ||
node_modules | ||
|
||
# testing | ||
# Testing | ||
/coverage | ||
/test-results/ | ||
/playwright-report/ | ||
/blob-report/ | ||
/playwright/.cache/ | ||
|
||
# next.js | ||
# Build outputs | ||
.next/ | ||
out/ | ||
|
||
# production | ||
build | ||
|
||
# vercel | ||
.vercel | ||
|
||
# typescript | ||
*.tsbuildinfo | ||
next-env.d.ts | ||
|
||
# Sentry Config File | ||
# Environment and local files | ||
.env* | ||
.env*.local | ||
.env.sentry-build-plugin | ||
|
||
# Playwright | ||
/test-results/ | ||
/playwright-report/ | ||
/blob-report/ | ||
/playwright/.cache/ | ||
# Debug logs | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# System files | ||
.DS_Store | ||
*.pem | ||
|
||
# local env files | ||
.env** | ||
# Editor/IDE | ||
.scratchpad | ||
.gitconfig | ||
|
||
# Deployment | ||
.vercel | ||
|
||
# cache | ||
# Cache | ||
cache/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters