Skip to content

Commit

Permalink
add .env to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackAttax committed Oct 17, 2024
1 parent ffe48a5 commit 55fded3
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
@@ -1,5 +1,3 @@
.env

# `snfoundry` artifacts
contracts/target
contracts/.snfoundry_cache/
Expand All @@ -11,3 +9,5 @@ contracts/coverage

# `mac`
**/.DS_Store

.env

0 comments on commit 55fded3

Please sign in to comment.