From ed0b90644a95a805d77c260a18c6b3f199e583ce Mon Sep 17 00:00:00 2001 From: Brandon Keiji Date: Wed, 7 May 2025 15:18:04 +0000 Subject: fix: build image with --no-cache (#275) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6e085f11..d993ca3a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ Thumbs.db # Ignore built ts files dist + +# Docker folder to help skip auth refreshes +.docker -- cgit v1.2.3