From 1ee67d8159c378fed365a91647ea435855ee5bc460537ea5abd5521626e5b9c6 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 19 Feb 2026 16:53:24 +0300 Subject: [PATCH] Initial commit --- .gitignore | 13 +++++++++++++ README.md | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d03a840 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ---> AL +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ +*.app +.snapshots/* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..086aa11 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# gitserver + +Установка и настройка минимально GIT-сервера \ No newline at end of file