commit 2b6268608f4a5aff0390770dc19485ce0d7c67f0 Author: waltem01 Date: Wed Nov 22 15:40:22 2023 +0100 initial commit 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