From 97e4f9a80190f96b5dacb0b0d83ea75f2b58d953 Mon Sep 17 00:00:00 2001 From: braginini Date: Tue, 15 Feb 2022 13:01:56 +0100 Subject: [PATCH] chore: add client distfiles to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e94ed3084..327eb3076 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ conf.json http-cmds.sh infrastructure_files/management.json infrastructure_files/docker-compose.yml -*.syso \ No newline at end of file +*.syso +client/.distfiles/ \ No newline at end of file