Стандартные средсвта сборки

This commit is contained in:
RoyceDa
2026-02-11 09:03:56 +02:00
commit dd10e59be3
6 changed files with 169 additions and 0 deletions

12
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
".DS_Store": true,
"._*": true,
"**/._*": true
}
}