From 15937f9a7ccbc41d4ad42b8880550f354499b1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=83=D1=80=20=D0=9A=D0=B0=D0=BB=D0=B8?= =?UTF-8?q?=D0=BC=D1=83=D0=BB=D0=BB=D0=B8=D0=BD?= Date: Sat, 15 Feb 2025 16:34:02 +0400 Subject: [PATCH] Initial commit --- .gitignore | 14 ++++++++++++++ README.md | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c2b884 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3220d9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# PIbd-24_Calimullin_A.R._InternetProgramming + +Интернет-программирование. Вариант 1 (Интернет-магазин) \ No newline at end of file