浏览代码

fix: added .env to gitignore

Kristian Vos 4 年之前
父节点
当前提交
095d516b84
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -2,4 +2,5 @@ node_modules
 log/
 default.json
 .database
-scripts/
+scripts/
+.env