From 6f1a2027cc693c6e3ba67ccb2c6874e6e6871884 Mon Sep 17 00:00:00 2001 From: Mateusz Gbiorczyk <mateusz@gbiorczyk.pl> Date: Tue, 7 Jul 2020 11:39:06 +0200 Subject: [PATCH] Updated .gitignore rules for /assets directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ed26bd8..aa1cf3c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ build-coverage .DS_Store .commit +/assets/**/*.min.css +/assets/**/*.min.js /lang/* !/lang/*_*.po /lang/*-*_*.po -- GitLab