Commit Graph

4 Commits

Author SHA1 Message Date
Andre Beging
cc877259cf Refactor file path retrieval for settings and customer data.
Replaced hardcoded file paths with a method that retrieves the parent directory, ensuring consistency and maintainability. This change affects methods for loading and saving JSON data in both SettingsData and CustomerData classes.
2024-11-06 16:26:52 +01:00
Andre Beging
415ca59575 Add publish settings and adjust .gitignore
Enabled single-file publishing in Server.csproj and included new IntelliJ IDEA configuration files for Git. Adjusted .gitignore to include publish directory.
2024-11-06 16:09:41 +01:00
Andre Beging
89ac7f4df0 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.
2024-11-06 16:02:07 +01:00
Andre Beging
de76b1d432 Init 2024-11-06 16:00:26 +01:00