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