From 5591bb0a46e83d558505955cf7b5795edb3e95dc Mon Sep 17 00:00:00 2001 From: Dizel Date: Tue, 1 Apr 2025 10:51:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20.gitignore=20=D0=B4=D0=BB=D1=8F=20VS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b71a09d --- /dev/null +++ b/.gitignore @@ -0,0 +1,58 @@ +# Файлы и папки Visual Studio +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*.vssscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +*.sbr +*.scc +*.idb +*.tlog +*.ipch +*.db + +# Папки сборки +bin/ +obj/ +[Bb]in/ +[Oo]bj/ +Debug/ +Release/ +x64/ +x86/ +[Any CPU]/ + +# Файлы кэша и настройки VS +.vscode/ +*.code-workspace +.vs/ +*.sln.docstates + +# NuGet +packages/ +*.nupkg +*.snupkg + +# Дополнительные временные файлы +Thumbs.db +*.DS_Store + +# Игнорировать файлы резервирования +~$* + +# Опционально: игнорировать файлы конфигурации пользователя +appsettings.json +*.config.user \ No newline at end of file