Skip to content

Commit

Permalink
Revert "chore: temporarily remove generated-test-app"
Browse files Browse the repository at this point in the history
This reverts commit 3303207.
  • Loading branch information
DanielSinclair committed Jan 11, 2024
1 parent a5d52ef commit f4462b8
Show file tree
Hide file tree
Showing 14 changed files with 1,007 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/create-rainbowkit/generated-test-app/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
38 changes: 38 additions & 0 deletions packages/create-rainbowkit/generated-test-app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local

# vercel
.vercel

# typescript
*.tsbuildinfo
1 change: 1 addition & 0 deletions packages/create-rainbowkit/generated-test-app/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strict-peer-dependencies = false
Loading

0 comments on commit f4462b8

Please sign in to comment.