From 1038e8ea1ea97773618a1156c0c22c8b58357f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Fri, 23 May 2025 14:13:37 +0300 Subject: [PATCH] add .touched files to ignores --- .dockerignore | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index 67db450..53d6e11 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,4 +4,5 @@ nginx.conf.compiled .local/ data/db/* secrets +secrets/.touched* sass diff --git a/.gitignore b/.gitignore index a0ec8b5..b3eb8ec 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ nginx.conf.compiled .local/ data/db/* secrets/secrets.lua +secrets/.touched* data/static/avatars/* !data/static/avatars/default.webp