Skip to content

Commit

Permalink
Add secrets to gitignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhold committed Nov 5, 2023
1 parent 7048b9a commit 992b8b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ _site/
vendor/

desktop.ini
.Rhistory
.Rhistory

# Shouldn't be committed in the first place
secrets/actions/ALGOLIA_API_KEY
secrets/

0 comments on commit 992b8b1

Please sign in to comment.