# HG changeset patch # User Alain Mazy # Date 1588844454 -7200 # Node ID a4c0ae644fe5cedeefaa589d9adf97436e45fcbf # Parent 210af28c4087449b2f902faa1833027cd43ed28d hgignore for VSCode diff -r 210af28c4087 -r a4c0ae644fe5 .hgignore --- a/.hgignore Thu May 07 11:32:15 2020 +0200 +++ b/.hgignore Thu May 07 11:40:54 2020 +0200 @@ -6,3 +6,10 @@ .vs/ .vscode/ *~ + +# when opening Orthanc in VSCode, it might find a java project and create files we wan't to ignore: +.settings/ +.classpath +.project +Resources/Testing/Issue32/Java/bin +Resources/Testing/Issue32/Java/target