commit ed2510c95777ddfc18e821260455b937a73d1ff8 Author: Jose Date: Sat Nov 1 04:29:03 2025 +0100 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..8d547cd --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# hestia-hub + +Repo for Hardware Laboratory's project ETSII US 25/26 \ No newline at end of file