From 2b6268608f4a5aff0390770dc19485ce0d7c67f0 Mon Sep 17 00:00:00 2001 From: waltem01 Date: Wed, 22 Nov 2023 15:40:22 +0100 Subject: [PATCH] initial commit --- .gitattributes | 2 ++ .gitignore | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b787b89 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +API/deps/librgbmatrix.so binary +API/deps/RGBLedMatrix.dll binary \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4763b62 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +API/bin +API/obj + +API/deps/samples + +.vscode +.idea