Merge branch 'release/1.9.1' into main
This commit is contained in:
commit
502fdcc3bd
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,3 +8,5 @@
|
||||||
/master-knowledge-genome/
|
/master-knowledge-genome/
|
||||||
/keys/
|
/keys/
|
||||||
*.key
|
*.key
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Knowledge Genome - Makefile v. 1.9.0
|
# Knowledge Genome - Makefile v. 1.9.1
|
||||||
# Orchestrates the setup and management of the knowledge base.
|
# Orchestrates the setup and management of the knowledge base.
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue