diff options
author | huji <huji.huji@gmail.com> | 2013-12-31 19:25:54 -0500 |
---|---|---|
committer | Reedy <reedy@wikimedia.org> | 2014-01-25 04:42:06 +0000 |
commit | 844e6586608074dc7d116c0ea43a5ab3a0d7a668 (patch) | |
tree | d8575dd15592c254e808a9bb1c47f23fa5e75c53 | |
parent | 2c9de255f71501b749c2b700d0da6fc911358b62 (diff) | |
download | mediawikicore-844e6586608074dc7d116c0ea43a5ab3a0d7a668.tar.gz mediawikicore-844e6586608074dc7d116c0ea43a5ab3a0d7a668.zip |
Add .gitignore to the /skins directory
To make it easier to work on 3rd party skins.
Bug: 55486
Change-Id: I986b6fe71bba429d1274bd86822448838601af64
-rw-r--r-- | skins/.gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/skins/.gitignore b/skins/.gitignore new file mode 100644 index 000000000000..967fd9f4272b --- /dev/null +++ b/skins/.gitignore @@ -0,0 +1,17 @@ +*/ +!cologneblue/ +!cologneblue/* +!common/ +!common/* +!modern/ +!modern/* +!monobook/ +!monobook/* +!vector/ +!vector/* + +*.php +!CologneBlue.php +!Modern.php +!MonoBook.php +!Vector.php |