From 2daf4c7ff1fa638c25ebb84a8e586ab5d82d5e0e Mon Sep 17 00:00:00 2001 From: SWETRAK Date: Mon, 10 Aug 2026 18:13:03 +0200 Subject: [PATCH] feat: implemented initial version of documents --- .gitignore | 1 + APL_PlatformIO.code-workspace | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/APL_PlatformIO.code-workspace b/APL_PlatformIO.code-workspace index e324da6..94e8876 100644 --- a/APL_PlatformIO.code-workspace +++ b/APL_PlatformIO.code-workspace @@ -1,6 +1,7 @@ { "folders": [ { + "name": "APL_Master", "path": "APL_Master" }, {