From f042a748690168a9c0d34d0b610cba8e6d781bdd Mon Sep 17 00:00:00 2001 From: Liangzhao Che Date: Thu, 1 Jun 2023 19:36:17 +0800 Subject: [PATCH] add: ignore --- .dockerignore | 3 ++- .gitignore | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 8772780..89edb8e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,4 +4,5 @@ assets .dockerignore .gitignore Dockerfile -README.md \ No newline at end of file +README.md +*.db \ No newline at end of file diff --git a/.gitignore b/.gitignore index aa36b22..cb5bf4d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ # Output from 'e2e-testing.sh' cookie.txt + +*.db