From 6ac19d626194a5a806c90648f8a199718a11a243 Mon Sep 17 00:00:00 2001 From: miraikumiko Date: Fri, 6 Jun 2025 15:54:03 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f3111c9..43182ba 100644 --- a/.gitignore +++ b/.gitignore @@ -28,10 +28,12 @@ nulla-*.tar # Ignore assets that are produced by build tools. /priv/static/assets/ +# Ignore static files +/priv/static/files/ + # Ignore digested assets cache. /priv/static/cache_manifest.json # In case you use Node.js/npm, you want to ignore these. npm-debug.log /assets/node_modules/ -