Skip to content

Commit

Permalink
Misc additions/cleanup in gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmwhite committed May 21, 2018
1 parent 0b195fb commit d797015
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .gitignore
Expand Up @@ -10,14 +10,16 @@
.tox/
venv
Stethoscope.egg-info/
build
htmlcov/
/htmlcov/
node_modules/
scratch/
tmp/
twistd.pid
.env
stethoscope/static/*
stethoscope/login/templates/layout.html
docs/_build
test-reports/
/stethoscope/static/*
/stethoscope/login/templates/layout.html
/docs/_build
/test-reports/
/build/
/dist/
/venv/

0 comments on commit d797015

Please sign in to comment.