diff --git a/.dockerignore b/.dockerignore index c41cc9e..d9b2525 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,2 @@ -/target \ No newline at end of file +/target +*.db \ No newline at end of file diff --git a/.gitignore b/.gitignore index c41cc9e..0707444 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -/target \ No newline at end of file +/target +.env +*.db \ No newline at end of file