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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -33,6 +33,6 @@ Thumbs.db
|
|||||||
Desktop.ini
|
Desktop.ini
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
Publish/
|
/Server/Customers.json
|
||||||
app.db*
|
/Server/Settings.json
|
||||||
_app.db*
|
/Server/invoices/
|
||||||
Reference in New Issue
Block a user