Browse Source

feat: add environment variable files to .gitignore

Dave 2 months ago
parent
commit
7f4a4abd37
1 changed files with 4 additions and 0 deletions
  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