From 5251b3df104c0bb210c88bd935a7cc1fd41e4537 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: ćšć, 20 5æ 2021 11:02:42 +0800 Subject: [PATCH] Merge branch 'develop' of https://github.com/open-license-manager/open-license-manager into develop --- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 2d30086..5a0a310 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ # Cmake generated files build/* !build/.gitkeep +install/* #eclipse files .cproject @@ -35,3 +36,5 @@ **/CMakeCache.txt **/CMakeFiles /CMakeSettings.json +/.venv/ +/Pipfile -- Gitblit v1.9.1