diff --git a/.gitignore b/.gitignore index 57f3c73..0d91707 100644 --- a/.gitignore +++ b/.gitignore @@ -9,11 +9,6 @@ Borealis-Server.exe /Agent/ /ElectronApp/ -# Misc Files/Folders -.vs/s -/Update_Staging/ -agent_settings.json - # On-the-Fly Downloaded Dependencies /Dependencies/NodeJS/ /Dependencies/Python/ @@ -21,4 +16,10 @@ agent_settings.json /Data/Server/Python_API_Endpoints/Tesseract-OCR/ # Server-Level Database -/Databases/ \ No newline at end of file +/Databases/ + +# Misc Files/Folders +.vs/s +/Update_Staging/ +agent_settings.json +users.json \ No newline at end of file