3 Commits

Author SHA1 Message Date
Ben Melchior
7398156f43 Update .gitignore to include additional file patterns for better exclusion
- Added various file patterns to .gitignore to prevent tracking of build artifacts, logs, database files, temporary files, and IDE-specific configurations.
- Ensured that sensitive environment files and Docker-related files are ignored to maintain a clean repository.
2025-04-15 20:47:05 +02:00
Ben Melchior
cc232999f0 Update .gitignore to include .env file and ensure .DS_Store is ignored
- Added .env to the .gitignore to prevent sensitive environment configuration from being tracked.
- Confirmed that .DS_Store files are ignored to maintain a clean repository.
2025-04-15 20:35:22 +02:00
Ben Melchior
19833ad384 first commit 2025-01-26 22:08:22 +01:00