From 5e156d2f5f38e0bd9aed83b92df6df59cfee83a0 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 3 May 2017 08:17:51 -0500 Subject: [PATCH] Cleanup: make sure stylesheet/external/ and related directories are ignored by git repository THe stylesheet/external/ directory will be for storing 3rd-party (aka: external) css. I am currently investigating different css libraries to include, such as: - full_calendar - jquery_mobile - html5_shiv The same goes for the images/external/ directory. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d6442be..3d04ac8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ -# ignore 3rd-part, aka: external, javascript files. +# ignore 3rd-party, aka: external, javascript, stylesheet, and images files. javascript/external/ +stylesheet/external/ +image/external/ -- 1.8.3.1