X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=675d063cff2ce2ea56db523873e6333d1cd66301;hb=refs%2Fchanges%2F10%2F1310%2F1;hp=c147df40229a2dcb90a7f464eafa542e64f48825;hpb=7af223f6899ed153028f0261e72baec6b4a247d3;p=portal%2Fric-dashboard.git diff --git a/.gitignore b/.gitignore index c147df40..675d063c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # See http://help.github.com/ignore-files/ for more about ignoring files. +/logs + # compiled output /dist /tmp @@ -14,6 +16,7 @@ /.settings /target/ /.mvn/wrapper/maven-wrapper.jar +/.tox ### STS ### .apt_generated @@ -40,6 +43,11 @@ ### visual studio ### .vs +**/.vscode # OSx cruft **/.DS_Store + +# documentation +.tox +docs/_build/*