Skip to content

Commit

Permalink
Add gitignore pattern for secrets (#1791)
Browse files Browse the repository at this point in the history
As part of the Treehouse project we may end up with files that we do not
intend to check in on different branches. This pattern allows calling
them with the same suffix in order to be ignored.
  • Loading branch information
tiziano88 authored Dec 3, 2020
1 parent e1dc378 commit 4a9e9fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,7 @@ Makefile.conf
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Secrets (e.g. tokens, credentials)

*.secret

0 comments on commit 4a9e9fa

Please sign in to comment.