diff --git a/.gitignore b/.gitignore index aa387437..0cc963be 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ local.properties .settings/ .loadpath .recommenders +.idea/ # External tool builders .externalToolBuilders/ diff --git a/README.md b/README.md index aa9ebf0e..db8c323a 100644 --- a/README.md +++ b/README.md @@ -63,20 +63,7 @@ Default Values ``` -Project Type ------------- -In the configuration a `` can be set. The default value is `library` but there are more choices: - -* application -* container -* device -* file -* firmware -* framework -* library (default) -* operating-system - -Using an unsupported project type will result in applying the default value `library`. +`` default value is `library` but there are [more choices defined in the CycloneDX specification](https://cyclonedx.org/docs/1.5/json/#metadata_component_type). Excluding Projects -------------------