From 4f3b2525987e97e5bd4f5447cfd306e13b8005db Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 12 Aug 2025 23:35:58 -0600 Subject: [PATCH] Hid Devices Folder from Git Repo --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 037425d..6da252f 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,7 @@ Borealis-Server.exe /Dependencies/NodeJS/ /Dependencies/Python/ /Dependencies/AutoHotKey/ -/Data/Server/Python_API_Endpoints/Tesseract-OCR/ \ No newline at end of file +/Data/Server/Python_API_Endpoints/Tesseract-OCR/ + +# Deployed Environment Folders +/Devices/ \ No newline at end of file