Skip to content

Commit

Permalink
Gitignored dist folder and updated gitigore files (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed Apr 8, 2024
1 parent 305cf33 commit b682091
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
14 changes: 11 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# dependencies
node_modules

# dependencies, yarn, etc
# yarn / eslint
# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# eslint
.eslintcache

# misc
.DS_Store

# IDE
.vscode
.idea
.vercel

# cli
dist
16 changes: 13 additions & 3 deletions packages/hardhat/.gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# dependencies
node_modules

# env files
.env

# coverage
coverage
coverage.json

# typechain
typechain
typechain-types
temp

#Hardhat files
# hardhat files
cache
artifacts

#zkSync files
# zkSync files
artifacts-zk
cache-zk

# deployments
deployments/localhost

# other
temp
2 changes: 1 addition & 1 deletion packages/nextjs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# next.js
/.next/
/out/
.vercel

# production
/build
Expand All @@ -34,4 +35,3 @@ yarn-error.log*

# typescript
*.tsbuildinfo
.vercel

0 comments on commit b682091

Please sign in to comment.