Added config.ignore_files

Filenames that match either the single pattern provided by
`config.ignore_files`, or any pattern in a table of patterns, will be ignored
when lite is filling the `core.project_files` table

Resolves #77
Resolves #102
This commit is contained in:
rxi
2020-05-17 13:38:45 +01:00
parent 1abb979490
commit 4644154e5b
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ config.max_log_items = 80
config.message_timeout = 3
config.mouse_wheel_scroll = 50 * SCALE
config.file_size_limit = 10
config.ignore_files = "^%."
config.symbol_pattern = "[%a_][%w_]*"
config.non_word_chars = " \t\n/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?-"
config.undo_merge_timeout = 0.3