Update .gitignore to exclude specific server files

Replaced publishing and database files with exclusions for server-specific JSON and directories. This ensures that sensitive server data is not tracked in version control.
This commit is contained in:
Andre Beging
2024-11-06 16:02:07 +01:00
parent de76b1d432
commit 89ac7f4df0

6
.gitignore vendored
View File

@@ -33,6 +33,6 @@ Thumbs.db
Desktop.ini
.DS_Store
Publish/
app.db*
_app.db*
/Server/Customers.json
/Server/Settings.json
/Server/invoices/