Skip to content

Commit

Permalink
added .env to .gitignore
Browse files Browse the repository at this point in the history
fixes AOSSIE-Org#71 

what i have done:
Added .env in .gitignore file

this PR will make the env file get removed from repo online and in future it will not get pushed back to repo if any changes detected by git

additonal note:
To fully address the issue, the .env file should be removed from the Git history using tools like BFG Repo-Cleaner or git filter-branch. Additionally, any sensitive keys or credentials should be rotated to ensure they are secure.
  • Loading branch information
Dhruv-pahuja authored Nov 21, 2024
1 parent 805cdcc commit 123f83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ node_modules
dist
dist-ssr
*.local

.env
# Editor directories and files
.vscode/*
!.vscode/extensions.json
Expand Down

0 comments on commit 123f83b

Please sign in to comment.