d62b0f2d6e
This command composes application package from heat templates and for muranoPL classes. Manifest file is generated automatically. For a list values, such as tags and categories comma is used. Partly-implements: blueprint murano-cli-client Change-Id: I6005bf24761e5537681156fe4fa17bcc11bc7501
33 lines
288 B
Plaintext
33 lines
288 B
Plaintext
#IntelJ Idea
|
|
.idea/
|
|
|
|
#virtualenv
|
|
.venv/
|
|
|
|
#Build results
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.tox
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
#Python
|
|
*.pyc
|
|
|
|
#Translation build
|
|
*.mo
|
|
*.pot
|
|
|
|
#SQLite Database files
|
|
*.sqlite
|
|
|
|
#Autogenerated Documentation
|
|
doc/source/api
|
|
|
|
#Testing framework
|
|
.testrepository
|
|
.coverage
|
|
*,cover
|
|
cover
|