Browse Source

feat: add environment variable files to .gitignore

Dave 2 tháng trước cách đây
mục cha
commit
7f4a4abd37
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -58,3 +58,7 @@ sql/*
 !sql/init.sql
 src/tmp/*
 !src/tmp/routes.json
+.env.app
+.env.app.dev
+.env.mgnt
+.env.mgnt.dev