From: Kevin Day Date: Wed, 3 May 2017 13:17:51 +0000 (-0500) Subject: Cleanup: make sure stylesheet/external/ and related directories are ignored by git... X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=5e156d2f5f38e0bd9aed83b92df6df59cfee83a0;p=koopa 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. --- 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/