Skip to content

Commit

Permalink
chore(git): ignore ‹dev› secrets
Browse files Browse the repository at this point in the history
1. Don't spam the ‹git status› with temporary / testing secrets
2. Avoid accidentally leaking actual secrets that may be linked or
   copied to the “development” deployment

Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed May 13, 2024
1 parent 9c29300 commit c07e2d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ secrets/fedora-source-git/stg/*
!secrets/**/*.j2
!secrets/**/ssh_config

# Ignore any ‹dev› secrets
secrets/*/dev/*

# used in move_stable script
move_stable_repositories

0 comments on commit c07e2d1

Please sign in to comment.