Skip to content

Commit

Permalink
final adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ink-victor committed Jan 31, 2025
1 parent 7dd2a98 commit e196774
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 22 deletions.
48 changes: 26 additions & 22 deletions .gitignore
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/*
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,16 @@
"tailwind-merge": "2.3.0",
"tailwindcss": "3.4.4",
"typescript": "5.7.3"
},
"pnpm": {
"patchedDependencies": {
"@rainbow-me/rainbowkit": "patches/@rainbow-me__rainbowkit.patch"
},
"overrides": {
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"react": "19.0.0",
"react-dom": "19.0.0"
}
}
}

0 comments on commit e196774

Please sign in to comment.