Skip to content

Commit 5d9ee65

Browse files
authored
Add .env to .gitignore (IBM-Cloud#6395)
At least in PowerVS, the .env is where we set out environment variables to test. Although it is located in .vscode directory, which is already ignored, this will add an additional layer of protection against accidentally leaking credentials.
1 parent db1eb3f commit 5d9ee65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ website/node_modules
2626
*.test
2727
*.iml
2828
.vscode
29+
.env
2930
website/vendor
3031
*.attach
3132
*.xml

0 commit comments

Comments
 (0)