From 8101b7df92565b9b036c3ab8267c8bac3b6c7831 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Sun, 31 Jul 2011 19:39:14 +0100 Subject: [PATCH] Changed the gitignore so everything exept the template files are ignored --- static/custom/.gitignore | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/static/custom/.gitignore b/static/custom/.gitignore index 1d1dcd228..8cdbf1832 100644 --- a/static/custom/.gitignore +++ b/static/custom/.gitignore @@ -1,6 +1,3 @@ -index.css -index.js -pad.css -pad.js -timeslider.css -timeslider.js \ No newline at end of file +* +!js.template +!css.template \ No newline at end of file