Skip to content

Commit

Permalink
Tells Git to ignore files containing secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed May 26, 2023
1 parent 4cf8524 commit 757bfef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ typings/
.cache

# Cake tools folder
[Tt]ools/
[Tt]ools/

# Secret files
.secrets

0 comments on commit 757bfef

Please sign in to comment.