From 12b18648fab4cf369973b1f8e55d20e261ff56b4 Mon Sep 17 00:00:00 2001 From: zPlus <--> Date: Sat, 8 Oct 2016 16:03:12 +0200 Subject: [PATCH] Add .css files to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e8224d5f..72166e87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /cache/template/* -*.production \ No newline at end of file +*.production +css/*.css \ No newline at end of file