X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.gitignore;h=02f4f986f6503eb525df1122665001f29ee0bb83;hb=2dbde318f013212c81c4a1f477d7638ec3367aa5;hp=9f11b755a17d8192c60f61cb17b8902dffbd9f23;hpb=75120888e086df9841c67fbec92f1ec3be744a65;p=nonrtric.git diff --git a/.gitignore b/.gitignore index 9f11b755..02f4f986 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,19 @@ +# Documentation .idea/ +.tox +docs/_build/ +.DS_STORE +.swagger* +docs/offeredapis/swagger/README.md + +# Eclipse +.checkstyle +.classpath +target/ +.sts4-cache +.project +.settings +.pydevproject +infer-out/ + +.vscode