From 7e7bf0259860d14cdbf56af9c361581fcb2f091f Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 20 Mar 2022 23:39:28 +0100 Subject: [PATCH] [DEV] commit all with new insland --- .gitignore | 2 ++ .project | 11 +++++++++++ test/.gitignore | 2 ++ 3 files changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index d075be7..695c7ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ + +/__pycache__/ /bin/ /Operator/ /DrawerProperties/ diff --git a/.project b/.project index 328aa58..db74d0d 100644 --- a/.project +++ b/.project @@ -21,4 +21,15 @@ org.eclipse.jdt.core.javanature net.sf.eclipsecs.core.CheckstyleNature + + + 1646149232190 + + 30 + + org.eclipse.core.resources.regexFilterMatcher + node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + + + diff --git a/test/.gitignore b/test/.gitignore index ae3c172..f00a440 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1 +1,3 @@ + +/__pycache__/ /bin/