]> Kevux Git Server - koopa/commitdiff
Cleanup: make sure stylesheet/external/ and related directories are ignored by git...
authorKevin Day <thekevinday@gmail.com>
Wed, 3 May 2017 13:17:51 +0000 (08:17 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 3 May 2017 13:20:51 +0000 (08:20 -0500)
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

index d6442be0c9a92bf9488bee72dfba194d214952ab..3d04ac8011f780bb0233cc89b6313563561e5193 100644 (file)
@@ -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/