changeset 3897:a4c0ae644fe5 transcoding

hgignore for VSCode
author Alain Mazy <alain@mazy.be>
date Thu, 07 May 2020 11:40:54 +0200
parents 210af28c4087
children 104e27133ebd
files .hgignore
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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