浏览代码

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

Code_Uwe 2 天之前
父节点
当前提交
e2537daaec
共有 1 个文件被更改,包括 1 次插入0 次删除
  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