Skip to content

Commit

Permalink
chore: ignore env files in gitignore (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuzhy-Deriv authored Aug 5, 2024
1 parent 706cea2 commit eed6c37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ dist
node_modules
coverage
.DS_Store
build-storybook.log
build-storybook.log
.env
.env.*
*.env

0 comments on commit eed6c37

Please sign in to comment.