Skip to content

Commit

Permalink
git init: create new project for rebranding of gnosis deposit ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagalidoom committed Apr 10, 2024
1 parent a6f4f04 commit eb76f14
Show file tree
Hide file tree
Showing 124 changed files with 12,973 additions and 23,190 deletions.
1 change: 0 additions & 1 deletion .env.example

This file was deleted.

3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
36 changes: 0 additions & 36 deletions .github/workflows/pr-preview.yml

This file was deleted.

30 changes: 17 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# environment
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# ides
.vscode

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
*.pem

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

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.14.2
20.12.1
Loading

0 comments on commit eb76f14

Please sign in to comment.