commit 1ee67d8159c378fed365a91647ea435855ee5bc460537ea5abd5521626e5b9c6 Author: Alexander Date: Thu Feb 19 16:53:24 2026 +0300 Initial commit 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