X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=58f1b2b12f35768d5209c4298cb0ede76ccd5cd0;hb=4314e7b8ffc0641b0907cf18ca57d329c11f87ed;hp=f1974924743dfb1afae3dd61dc81e714d489dc87;hpb=5272dca758641a7752a3a4d9ccc9c4709aa68c4d;p=cps.git diff --git a/.gitignore b/.gitignore index f19749247..58f1b2b12 100755 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ *.class *.jar *.war -*.zip *.log +*.log.zip +cps-application/archunit_store target/ log/ @@ -12,6 +13,7 @@ log/ *.iml *.ipr *.iws +*.DS_Store .settings/ bin/ @@ -24,4 +26,7 @@ tmp/ /.tox /_build/* -/__pycache__/* \ No newline at end of file +/__pycache__/* + +/docs/docs/ +/docs/.vscode/ \ No newline at end of file