4 Commits

Author SHA1 Message Date
6f2b4d0f91
feat: add timezone setting to data source
A timezone setting has been added to the dataSources.xml file. This change is for addressing any potential issues related to time manipulation that may arise due to the difference in time zones. Specifically, the timezone was set to "Europe/Paris".
2024-05-15 11:02:33 +02:00
Mathis
66d83db9a7 feat: Add SQL dialect file for MariaDB
This commit includes a new file, sqldialects.xml, which specifies the SQL dialect to be MariaDB for the databases service. This additional configuration complements and improves the interaction with MariaDB databases.
2024-05-14 23:42:11 +02:00
b3ca51f085
feat: Add new project configuration files
This commit introduces new configuration files for the project, which includes modifications in the .iml file, creation of data sources, and changes in misc, modules and VCS settings. These files help in streamlining IDE settings for the project, database connections, version control system preferences and other project-level settings.
2024-05-13 10:51:54 +02:00
c17ca369b3
feat: Ignore specific directories and files in Git
This commit updates .gitignore and adds .idea/.gitignore to ignore certain directories and files. The tracked files that are now ignored include IDE-specific files, third-party libraries, environment variables, and database files, providing cleaner and more focused commits.
2024-05-13 10:49:49 +02:00