Skip to content

Commit

Permalink
Fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeissner committed Mar 19, 2021
1 parent 64213eb commit b7c34a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ node_modules/
env/
.env
bin/
solc
coverage/
coverage.json
yarn-error.log
1 change: 1 addition & 0 deletions types/solc/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'solc';

0 comments on commit b7c34a4

Please sign in to comment.