Create cert #40

Merged
bmartin5692 merged 18 commits from create_cert into master 2019-06-08 23:02:09 +02:00
Showing only changes of commit 1f945ba7cd - Show all commits

26
.gitignore vendored
View file

@ -1,10 +1,18 @@
# Ignore pycache
__pycache__
.DS_Store
.vscode/
.coverage
.noseids
.pytest_cache
nosetests.xml
tests/report
tests/tmp.db
logs/
# Ignore .hidden files
.*
# Except .
!.github/
!.gitignore
# Ignore items in test (report, cache, etc), except files starting with test
tests/*
!tests/test*
# Ignore logs/data/certs
logs/
data/
certs/