Files
hospitalapi/.gitignore
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

4 lines
33 B
Plaintext

Cargo.lock
/target
.DS_Store
.env