Compare commits

..

No commits in common. "5b4ec4ded3167e121191dcfcacbaadb73af93465" and "c9666695c67539fe46d225828f237b2380272e4c" have entirely different histories.

3 changed files with 0 additions and 16 deletions

3
.gitignore vendored
View File

@ -1,5 +1,3 @@
/__pycache__/
/bin/
/Operator/
/DrawerProperties/
@ -17,4 +15,3 @@ build.number
/.settings/
/junit/
/target/
/testResult/

View File

@ -21,15 +21,4 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
</natures>
<filteredResources>
<filter>
<id>1646149232192</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>

2
test/.gitignore vendored
View File

@ -1,3 +1 @@
/__pycache__/
/bin/