We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f4468 commit 3c06b92Copy full SHA for 3c06b92
tmc-langs-framework/src/main/java/fi/helsinki/cs/tmc/langs/domain/Filer.java
@@ -21,7 +21,7 @@ public class Filer {
21
private Path toPath;
22
23
private static final Pattern NON_TEXT_TYPES =
24
- Pattern.compile("class|jar|exe|jpg|jpeg|gif|png|zip|tar|gz|db");
+ Pattern.compile("class|jar|exe|jpg|jpeg|gif|png|zip|tar|gz|db|bin");
25
private static final Pattern FILES_TO_SKIP_ALLWAYS =
26
Pattern.compile("\\.tmcrc|metadata\\.yml|(.*)Hidden(.*)");
27
0 commit comments