From a5e533a517e0c89860847dfdd1aeff176ca8f642 Mon Sep 17 00:00:00 2001 From: Daniele Monti <62102073+Monska85@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:19:22 +0200 Subject: [PATCH] refs platform/#2978: fix dockerignore and gitignore --- .dockerignore | 5 ++++- .gitignore | 7 +++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.dockerignore b/.dockerignore index dbd670e..f9544d7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,4 @@ -/init-files +/data +/initarchives +/initfiles +/initfilesystem diff --git a/.gitignore b/.gitignore index 8043b6b..d3cbc0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,10 @@ -/initarchives/** !/initarchives/.gitkeep -/initfiles/** !/initfiles/.gitkeep -/initfilesystem/** !/initfilesystem/.gitkeep - /data +/initarchives/** +/initfiles/** +/initfilesystem/** /tmp # IDE files