commit dd650d8a41b566a975f395e44d836778e6e6ac31 Author: oriabenkyi <1+oriabenkyi@noreply.git.riabenkyi.nl> Date: Fri Sep 4 13:05:49 2026 +0300 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46fefa8 --- /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 + +# ---> 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..0f4097f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# codam-webserver + +This project was completed as part of a 42 core curriculum. \ No newline at end of file