ignore .directory file
This commit is contained in:
@ -12,10 +12,10 @@
|
||||
"show_line_endings": true,
|
||||
"highlight_line": true,
|
||||
"folder_exclude_patterns": [".git", "node_modules", "venv", "vendor", "tpl_cache"],
|
||||
"file_exclude_patterns": ["composer.phar", "*.sqlite3"],
|
||||
"file_exclude_patterns": ["composer.phar", "*.sqlite3", ".directory"],
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage",
|
||||
],
|
||||
"theme": "Adaptive.sublime-theme"
|
||||
"theme": "Adaptive.sublime-theme",
|
||||
}
|
||||
|
Reference in New Issue
Block a user