X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=3c5994fa2280859178d3e7b1a42c27d3b38948c0;hb=bb61bf010fdce1aef6a0580243684cad6fb942bf;hp=624c9b63b9055f733b0b24c3209853cb1a58f875;hpb=a09b34c4db9c0d9a76a22ffa95232cac6d65333a;p=cps.git diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 624c9b63b..3c5994fa2 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.zip *.log +cps-application/archunit_store target/ log/ @@ -12,6 +13,7 @@ log/ *.iml *.ipr *.iws +*.DS_Store .settings/ bin/ @@ -20,4 +22,11 @@ tmp/ .classpath .project *.tmp -.checkstyle \ No newline at end of file +.checkstyle + +/.tox +/_build/* +/__pycache__/* + +/docs/docs/ +/docs/.vscode/ \ No newline at end of file