Parcourir la source

RHL-005-refactor(gitignore): allow committing example environment files

Code_Uwe il y a 1 mois
Parent
commit
e2537daaec
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -32,6 +32,7 @@ yarn-error.log*
 
 # env files (can opt-in for committing if needed)
 .env*
+!.env*.example
 
 # vercel
 .vercel