From 902993bde1c70b5efbbb15cf38d207708c22df82 Mon Sep 17 00:00:00 2001 From: Andrew Chilicki <62761679+andrewchilicki@users.noreply.github.com> Date: Sat, 8 Feb 2025 15:06:04 -0500 Subject: [PATCH] Initial commit --- .gitignore | 12 ++++++++++++ README.md | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..11c7643 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +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..fac0203 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# LumonMDR +Lumon's Macrodata Refinement application inspired by Apple TV's 'Severance'.