2 Commits

Author SHA1 Message Date
5283491a3b
refactor: .gitignore file
This commit removes 'mariadb' and 'mongodb' from the .gitignore file and adds '.data'. These changes ensure that project-specific data and generated files are properly ignored by the version control system.
2024-05-15 11:02:05 +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