Skip to content

Commit

Permalink
modified .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bch15 committed Jan 22, 2022
1 parent 2807002 commit 42accf0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,26 @@ node_modules
.DS_Store
dist
dist-ssr
*.local
*.local

# vscode
.vscode
node_modules
.env
coverage
coverage.json
typechain

#Hardhat files
cache
artifacts

node_modules
.env
coverage
coverage.json
typechain

#Hardhat files
cache
artifacts
2 changes: 1 addition & 1 deletion smart_contract/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ typechain

#Hardhat files
cache
artifacts
artifacts

0 comments on commit 42accf0

Please sign in to comment.