Skip to content

Commit

Permalink
update .gitignore (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Dec 25, 2023
1 parent 4914443 commit 5f90ef6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 37 deletions.
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
##### Chain #######

# OS
.DS_Store
*.swp
Expand Down Expand Up @@ -31,3 +33,42 @@ scripts/wallets.sh

# Coverage
coverage.txt


##### web ui #######

# dependencies
web-ui/node_modules
web-ui/.pnp
web-ui/.pnp.js

# testing
web-ui/coverage

# next.js
web-ui/.next/
web-ui//out/

# production
web-ui/build

# misc
web-ui/.DS_Store
web-ui/*.pem

# debug
web-ui/npm-debug.log*
web-ui/yarn-debug.log*
web-ui/yarn-error.log*
web-ui/.pnpm-debug.log*

# local env files
web-ui/.env*.local
web-ui/.vscode

# vercel
web-ui/.vercel

# typescript
web-ui/*.tsbuildinfo
web-ui/next-env.d.ts
37 changes: 0 additions & 37 deletions web-ui/.gitignore

This file was deleted.

0 comments on commit 5f90ef6

Please sign in to comment.