feat(infisical-pg): added e2e test setup

This commit is contained in:
Akhil Mohan
2023-12-12 16:20:36 +05:30
parent 3670b16657
commit 1df7b88abf
16 changed files with 2854 additions and 46 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,7 @@
# backend
node_modules
.env
.env.test
.env.dev
.env.gamma
.env.prod
@@ -61,4 +62,4 @@ yarn-error.log*
# Editor specific
.vscode/*
frontend-build
frontend-build