Skip to content

Commit

Permalink
refactor(cli-templates-monorepo-subgraph): update gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Feb 28, 2024
1 parent 8527317 commit 29b2d76
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
node_modules

# Hardhat files
/cache
/artifacts
Expand All @@ -8,8 +6,3 @@ node_modules
/typechain
/typechain-types

# solidity-coverage files
/coverage
/coverage.json

.DS_Store
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8691,7 +8691,7 @@ __metadata:
languageName: unknown
linkType: soft

"@semaphore-protocol/contracts@4.0.0-alpha.8, @semaphore-protocol/contracts@^4.0.0-alpha.8, @semaphore-protocol/contracts@workspace:packages/contracts/contracts":
"@semaphore-protocol/contracts@4.0.0-alpha.8, @semaphore-protocol/contracts@workspace:packages/contracts/contracts":
version: 0.0.0-use.local
resolution: "@semaphore-protocol/contracts@workspace:packages/contracts/contracts"
dependencies:
Expand Down Expand Up @@ -24781,7 +24781,7 @@ __metadata:
"@nomicfoundation/hardhat-network-helpers": ^1.0.0
"@nomicfoundation/hardhat-toolbox": ^4.0.0
"@nomicfoundation/hardhat-verify": ^2.0.0
"@semaphore-protocol/contracts": ^4.0.0-alpha.8
"@semaphore-protocol/contracts": 4.0.0-alpha.8
"@semaphore-protocol/core": ^4.0.0-alpha.8
"@semaphore-protocol/hardhat": ^4.0.0-alpha.8
"@typechain/ethers-v6": ^0.5.0
Expand Down

0 comments on commit 29b2d76

Please sign in to comment.