diff options
author | huji <huji.huji@gmail.com> | 2013-10-08 19:42:55 -0400 |
---|---|---|
committer | Bartosz DziewoĆski <matma.rex@gmail.com> | 2013-11-28 23:20:39 +0000 |
commit | d21381021658079720ce1a9aa9f0e989d8dd358e (patch) | |
tree | 0072cd558108a0ea0570ca61124d3928181caf50 /skins/.gitignore | |
parent | 0d0bfbf253056e237aedb456fbf4059fed62d8c3 (diff) | |
download | mediawikicore-d21381021658079720ce1a9aa9f0e989d8dd358e.tar.gz mediawikicore-d21381021658079720ce1a9aa9f0e989d8dd358e.zip |
Add .gitignore to the /skins directory
To make it easier to work on extensions.
Bug: 55486
Change-Id: I92d70ba851970cbc147598d76809d845c3b43c6b
Diffstat (limited to 'skins/.gitignore')
-rw-r--r-- | skins/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/skins/.gitignore b/skins/.gitignore new file mode 100644 index 000000000000..143a107204a4 --- /dev/null +++ b/skins/.gitignore @@ -0,0 +1,11 @@ +* +!cologneblue +!CologneBlue.php +!common +!modern +!Modern.php +!monobook +!MonoBook.php +!vector +!Vector.php +!.gitignore |