Add .gitignore to the /skins directory
authorhuji <huji.huji@gmail.com>
Wed, 1 Jan 2014 00:25:54 +0000 (19:25 -0500)
committerReedy <reedy@wikimedia.org>
Sat, 25 Jan 2014 04:42:06 +0000 (04:42 +0000)
To make it easier to work on 3rd party skins.

Bug: 55486
Change-Id: I986b6fe71bba429d1274bd86822448838601af64

skins/.gitignore [new file with mode: 0644]

diff --git a/skins/.gitignore b/skins/.gitignore
new file mode 100644 (file)
index 0000000..967fd9f
--- /dev/null
@@ -0,0 +1,17 @@
+*/
+!cologneblue/
+!cologneblue/*
+!common/
+!common/*
+!modern/
+!modern/*
+!monobook/
+!monobook/*
+!vector/
+!vector/*
+
+*.php
+!CologneBlue.php
+!Modern.php
+!MonoBook.php
+!Vector.php