optimiser-controller/.gitignore
Rudi Schlatte 3f75c54bee Extract KubeVela analysis to separate library
The static methods in the new class
`eu.nebulouscloud.optimiser.kubevela.KubevelaAnalyzer` are used by
multiple components in the NebulOuS Solver.

Create a library `nebulous-requirements-extractor` that houses this
class.

Adapt the container build job to run at project root, not inside the
`nebulous-controller` subdirectory.

Add jobs for library build and repository upload.

Change-Id: Ic61c7064d216201031659bc362e3ed218f9c2b67
2024-02-29 15:48:09 +01:00

30 lines
434 B
Plaintext

__pycache__/
.nox/
.DS_Store
# Gradle project-specific cache directory
.gradle
# Various output directories
build/
bin/
/nebulous-requirements-extractor/target/
# generated artefact directory
/optimiser-controller/dist/
# jdtls (Java LSP server) and/or eclipse data files
.classpath
.factorypath
.project
.settings/
# IntelliJ IDEA configuration files
/.idea/
# Visual Studio Code files
/.vscode/
# Emacs files
/.dir-locals.el