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.
This commit is contained in:
Ben Melchior
2025-04-15 20:35:22 +02:00
parent a70c80a557
commit cc232999f0

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
Cargo.lock Cargo.lock
/target /target
.DS_Store .DS_Store
.env