2025-07-14 16:25:23 +02:00
|
|
|
{
|
2025-11-30 13:42:16 +01:00
|
|
|
"files.associations": {
|
|
|
|
|
"*.py": "python",
|
|
|
|
|
"stdio.h": "c"
|
2026-02-14 18:42:20 +01:00
|
|
|
},
|
2026-03-25 20:59:47 +01:00
|
|
|
"dart.flutterSdkPath": ".fvm/versions/stable",
|
|
|
|
|
"files.exclude": {
|
|
|
|
|
"**/*.png": true,
|
|
|
|
|
"**/*.jpg": true,
|
|
|
|
|
"**/*.jpeg": true,
|
|
|
|
|
"**/*.gif": true,
|
|
|
|
|
"**/*.webp": true,
|
|
|
|
|
"**/*.svg": true,
|
|
|
|
|
"**/*.ico": true,
|
|
|
|
|
"**/*.bmp": true,
|
|
|
|
|
"**/*.apkg": true,
|
|
|
|
|
"**/*.pdf": true,
|
|
|
|
|
"**/*.pyc": true,
|
|
|
|
|
"**/__pycache__": true,
|
|
|
|
|
".venv": true,
|
|
|
|
|
"**/.venv": true,
|
|
|
|
|
".ruff_cache": true,
|
|
|
|
|
".mypy_cache": true,
|
|
|
|
|
"C/misc/randomJPG": true,
|
|
|
|
|
"pomodoro_app/build": true,
|
|
|
|
|
"sonic_pi/build": true,
|
|
|
|
|
"CPP/mini_browser/build": true,
|
|
|
|
|
"python_pkg/anki_decks/**/preview_images": true,
|
|
|
|
|
"python_pkg/download_cats/http_cat_cache": true,
|
|
|
|
|
"python_pkg/articles/uploads": true,
|
|
|
|
|
"python_pkg/praca_magisterska_video/images": true,
|
|
|
|
|
"**/generated_images_*": true
|
|
|
|
|
},
|
|
|
|
|
"search.exclude": {
|
|
|
|
|
"**/*.zip": true,
|
|
|
|
|
"**/*.so": true,
|
|
|
|
|
"**/*.o": true,
|
|
|
|
|
"**/*.flat": true,
|
|
|
|
|
"**/*.wav": true,
|
2026-03-25 21:09:03 +01:00
|
|
|
"**/*.mp3": true,
|
2026-03-25 20:59:47 +01:00
|
|
|
"**/*.ttf": true,
|
2026-03-25 21:09:03 +01:00
|
|
|
"**/*.woff": true,
|
|
|
|
|
"**/*.woff2": true,
|
2026-03-25 20:59:47 +01:00
|
|
|
"**/*.class": true,
|
2026-03-25 21:09:03 +01:00
|
|
|
"**/*.bin": true,
|
|
|
|
|
"**/*.db": true,
|
|
|
|
|
"**/*.sqlite": true,
|
2026-03-25 20:59:47 +01:00
|
|
|
"**/node_modules": true,
|
|
|
|
|
"python_pkg/anki_decks": true,
|
|
|
|
|
"python_pkg/praca_magisterska_video": true,
|
|
|
|
|
"python_pkg/articles/uploads": true,
|
|
|
|
|
"python_pkg/download_cats/http_cat_cache": true
|
|
|
|
|
}
|
2025-11-30 13:42:16 +01:00
|
|
|
}
|