From 877a9f0d584b1b8d82b9182e4f91bb459fb047a6 Mon Sep 17 00:00:00 2001 From: Matjaz Verbole Date: Fri, 4 Oct 2024 13:05:18 +0200 Subject: [PATCH] Add secret files to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f9c809f2c..7b7bd81f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # dotfiles are ignored by default and must be added explicitly. Use # `git add -f ` add a dotfile. Only do this for public files. -.env +*.env* .secret node_modules @@ -16,3 +16,6 @@ dist # Debugging files *.log + +# Exclude .env.example +!.env.example