Skip to content

Commit

Permalink
gitignore: block files or folders which might contain credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Pfeil committed Aug 26, 2024
1 parent 3adb0a3 commit 31e7458
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ tmp
data
bin

# potantial security risks
*.bin
*.pem
*prefix_data

# OS specific things
.DS_Store

0 comments on commit 31e7458

Please sign in to comment.