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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
Cargo.lock
|
||||
/target
|
||||
.DS_Store
|
||||
.env
|
||||
Reference in New Issue
Block a user