initial commit
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
.coverage
|
||||
.tox
|
||||
.DS_Store
|
||||
/.tmp/
|
||||
*.egg-info
|
||||
*.pyc
|
||||
*.log
|
||||
*.egg
|
||||
*.db
|
||||
*.pid
|
||||
*.enc
|
||||
MANIFEST
|
||||
test.conf
|
||||
pip-log.txt
|
||||
/htmlcov
|
||||
/cover
|
||||
/build
|
||||
/dist
|
||||
/node_modules/
|
||||
/bower_components/
|
||||
/docs/html
|
||||
/docs/doctrees
|
||||
/lemur/static/dist/
|
||||
/lemur/static/app/vendor/
|
||||
/wheelhouse
|
||||
docs/_build
|
||||
.editorconfig
|
||||
.idea
|
Reference in New Issue
Block a user