Skip to content

Commit

Permalink
Add ".eggs" and "env" folders to .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineKhaldi authored and hoffmang9 committed Jul 26, 2021
1 parent 2716e68 commit afbf7ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ python-impl/__pycache__/
blspy.*.so
.mypy_cache/
.pytest_chache/
.eggs/

js_build
node_modules
Expand Down Expand Up @@ -56,6 +57,7 @@ blsbench.*

*.whl
venv
env/
yarn-error.log

.vs/
Expand Down

0 comments on commit afbf7ed

Please sign in to comment.