add .buildozer
This commit is contained in:
parent
86ba7d3037
commit
a9c976ab81
1
~/Git/.gitignore
vendored
1
~/Git/.gitignore
vendored
@ -2,5 +2,6 @@ venv/
|
||||
__pycache__/
|
||||
node_modules/
|
||||
vendor/
|
||||
.buildozer/
|
||||
composer.phar
|
||||
.directory
|
||||
|
@ -2,7 +2,7 @@
|
||||
"ui_scale": 1.0,
|
||||
"bold_folder_labels": true,
|
||||
"font_face": "Cascadia Code",
|
||||
"font_size": 13,
|
||||
"font_size": 12,
|
||||
"font_options": ["gdi"], // only Windows
|
||||
"show_encoding": true,
|
||||
"draw_centered": false,
|
||||
@ -11,11 +11,12 @@
|
||||
"remember_full_screen": false,
|
||||
"show_line_endings": true,
|
||||
"highlight_line": true,
|
||||
"folder_exclude_patterns": [".git", "node_modules", "venv", "vendor", "tpl_cache"],
|
||||
"folder_exclude_patterns": [".git", ".buildozer", "node_modules", "venv", "vendor", "tpl_cache"],
|
||||
"file_exclude_patterns": ["composer.phar", "*.sqlite3", ".directory"],
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage",
|
||||
],
|
||||
"theme": "Adaptive.sublime-theme",
|
||||
"index_files": true,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user