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 e4186f4 commit bf2e39bCopy full SHA for bf2e39b
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");
+ Pattern.compile("class|jar|exe|jpg|jpeg|gif|png|zip|tar|gz|db");
25
private static final Pattern FILES_TO_SKIP_ALLWAYS =
26
Pattern.compile("\\.tmcrc|metadata\\.yml|(.*)Hidden(.*)");
27
0 commit comments