commit 56b91c943529f8d79a7029f3619403bbccfdb8a2 Author: slavaxom9k Date: Sun Feb 9 15:12:00 2025 +0400 Initial commit 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..fa243a4 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# PIBD-23_Fomichev_V.S._InternetProgramming + +Интернет-магазин инструментов "МастерОК" \ No newline at end of file