commit 69daeab04d358d8c070df66cae5d137d91336b75 Author: AntJn Date: Fri Apr 3 17:31:11 2026 +0300 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ee4d4c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +# ---> C++ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# ---> CMake +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps +CMakeUserPresets.json + diff --git a/README.md b/README.md new file mode 100644 index 0000000..78cbec1 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# auth-service +