Updating ONAP A1PMS version & Change to OpenAPI-first
[nonrtric/plt/a1policymanagementservice.git] / .gitignore
1 # Documentation
2 .idea/
3 .tox
4 docs/_build/
5 .DS_STORE
6 .swagger*
7 .openapi*
8 docs/offeredapis/swagger/README.md
9 api/README.md
10
11 # Eclipse
12 .checkstyle
13 .classpath
14 target/
15 .sts4-cache
16 .project
17 .settings
18 .pydevproject
19 infer-out/
20
21 .vscode
22 .factorypath
23
24 coverage.*