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
|
||||
.DS_Store
|
||||
|
||||
Publish/
|
||||
app.db*
|
||||
_app.db*
|
||||
/Server/Customers.json
|
||||
/Server/Settings.json
|
||||
/Server/invoices/
|
||||
Reference in New Issue
Block a user