Added Gitignore for Database.db

This commit is contained in:
2025-09-08 19:21:13 -06:00
parent abefcde792
commit aa3650d84f

2
.gitignore vendored
View File

@@ -8,7 +8,6 @@ Borealis-Server.exe
/Agent/ /Agent/
/Server/ /Server/
/ElectronApp/ /ElectronApp/
/Databases/
/Logs/ /Logs/
/Temp/ /Temp/
@@ -24,3 +23,4 @@ __pycache__
/Update_Staging/ /Update_Staging/
agent_settings.json agent_settings.json
users.json users.json
database.db