summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBrandon Keiji <[email protected]>2025-05-07 15:18:04 +0000
committerGitHub <[email protected]>2025-05-07 08:18:04 -0700
commited0b90644a95a805d77c260a18c6b3f199e583ce (patch)
tree4b248ecd87290f26effd5b935a7b14d9252f270a /.gitignore
parent49b5db29b34bba2dcef68ae82d6843c520bab93c (diff)
fix: build image with --no-cache (#275)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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