add .buildozer

This commit is contained in:
Alexander Popov 2024-04-15 21:18:47 +03:00
parent 86ba7d3037
commit a9c976ab81
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
2 changed files with 4 additions and 2 deletions

1
~/Git/.gitignore vendored
View File

@ -2,5 +2,6 @@ venv/
__pycache__/
node_modules/
vendor/
.buildozer/
composer.phar
.directory

View File

@ -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,
}