Skip to content

Commit

Permalink
dockerignore: remove node_modules (ethereum-optimism#11596)
Browse files Browse the repository at this point in the history
Cleans up the `.dockerignore` file to no longer ignore `node_modules`
since there is no more JS in the repo. Also ignore `.envrc` to prevent
touching secrets
  • Loading branch information
tynes authored Aug 24, 2024
1 parent fb2530c commit 99d677f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
.github
.vscode

node_modules
**/node_modules
.env
.envrc
**/.env

test
Expand Down

0 comments on commit 99d677f

Please sign in to comment.