Skip to content

Commit 08697f8

Browse files
committed
debug_info.txt added to default file exclusion list
1 parent 7ec805e commit 08697f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/qualisystems/pythonDriverPlugin/DriverPublisherSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
public class DriverPublisherSettings {
88

9-
private static final String[] DefaultFileFilters = new String[] { ".idea", "deployment", "deployment.xml" };
9+
private static final String[] DefaultFileFilters = new String[] { ".idea", "deployment", "deployment.xml", "debug_info.txt" };
1010

1111
public String serverRootAddress;
1212
public int port;

0 commit comments

Comments
 (0)