97d83890e0
* Documentation fixes * Various docstring and help string fixes * Minor code cleanups * Removed redundant .gitignore entry, ignored package-lock.json. * 'return' statement in certificates.service.render was redundant * Split up too long line * Non-matching tags in templates
32 lines
330 B
Plaintext
32 lines
330 B
Plaintext
/.cache
|
|
.coverage
|
|
.tox
|
|
.DS_Store
|
|
/.tmp/
|
|
*.egg-info
|
|
*.pyc
|
|
*.log
|
|
*.egg
|
|
*.db
|
|
*.pid
|
|
*.enc
|
|
MANIFEST
|
|
test.conf
|
|
pip-log.txt
|
|
package-lock.json
|
|
/htmlcov
|
|
/cover
|
|
/build
|
|
/dist
|
|
/node_modules/
|
|
/bower_components/
|
|
/docs/html
|
|
/docs/doctrees
|
|
/lemur/static/dist/
|
|
/lemur/static/app/vendor/
|
|
/wheelhouse
|
|
docs/_build
|
|
.editorconfig
|
|
.idea
|
|
lemur/tests/tmp
|