Skip to content

Commit

Permalink
Edit .gitignore to ignore custom contracts in subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
grappigegovert committed Nov 27, 2024
1 parent 8177969 commit 681e88b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ node_modules
.DS_Store
*/.DS_Store

contracts/*.ocre
contracts/*.json
contracts/**/*.ocre
contracts/**/*.json

/chunk*.js

Expand Down

0 comments on commit 681e88b

Please sign in to comment.