We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6cc61 commit 79ea514Copy full SHA for 79ea514
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|bin");
+ Pattern.compile("class|jar|exe|jpg|jpeg|gif|png|zip|tar|gz|db|bin|csv|tsv");
25
private static final Pattern FILES_TO_SKIP_ALLWAYS =
26
Pattern.compile("\\.tmcrc|metadata\\.yml|(.*)Hidden(.*)");
27
0 commit comments