diff --git a/.dockerignore b/.dockerignore index 539e9328..62925caa 100644 --- a/.dockerignore +++ b/.dockerignore @@ -27,7 +27,7 @@ CNAME install.sh SECURITY.md tsconfig.json - +.env ### .gitignore content (commented rules are duplicated) diff --git a/.gitignore b/.gitignore index 0863015d..cd654d90 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ dist-ssr /private /out /tmp +.env