aboutsummaryrefslogtreecommitdiffstats
path: root/skins/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-201-1/+1
| | | | | Bug: T353458 Change-Id: I2ae4577de79832b082adca282ff73cfabc8f9392
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-1/+1
| | | | | Bug: T353458 Change-Id: I35864ad9bd48701703c51367d62f8ebde963c52d
* vscode live share settingsaddshore2020-07-071-0/+1
| | | | | | | | | | | | | | | | | By default while using vscode live share it is hard to work on skins and extensions of mediawiki using the core repo as a project base, as extensions and skins are included in .gitignore files. Configuration of the sharing behaviour is possible and documented at https://docs.microsoft.com/en-us/visualstudio/liveshare/reference/security The files added in this commit mean that by default: - .gitignore files are treated in the default way for the system meaning they are hidden, but accessible. - core node_modules and vendor and shared and in the tree - extensions and skins are shared and in the tree Change-Id: I5e44483bcf09aa2fb6d568de1e0689a76ab7338a
* skins: Update .gitignoreKevin Israel2014-11-151-1/+1
| | | | | | | Removed common (last remaining file removed in 1e8b1dd8cff2) and added README (added in c505afca41c9). Change-Id: Idc31569b29df19fb79bc2c08fba0a327d9cd334d
* Remove Vector and MonoBook exceptions from skins' .gitignoreBartosz Dziewoński2014-08-071-2/+0
| | | | Change-Id: I8bf0095321fd8768ee01ad7d0872c764cfb42bae
* skins: Update .gitignoreKevin Israel2014-06-251-9/+5
| | | | | | | ... so symlinks to mediawiki/skins repos won't appear as "Untracked files" and new files under common/, MonoBook/, and Vector/ will. Change-Id: I31e81a51aafb6f00e5302531ed64d8f0c325929a
* Don't use autodiscovery for core skins, move them to separate directoriesBartosz Dziewoński2014-06-101-2/+0
| | | | | | | | | | | | | | | Step one on the way to killing the autodiscovery mechanism and making the core skins less intertwined with core. This only moves the files and fixes hardcoded paths throughout core. Any further changes will be done in separate patch(es). Moved files: * skins/MonoBook.php → skins/monobook/MonoBook.php * skins/Vector.php → skins/vector/Vector.php Bug: 65748 Change-Id: Ib4bdda5ed3c133fce0113eb17fa39950aa812f87
* Move Modern and CologneBlue out of corejrobson2014-05-271-6/+0
| | | | | | | | | Import in the new repositories: - Modern: I5348fedddf14affcee2688833f4e759e5af6499c - CologneBlue: I9cc051f48074a033c684e5efa56a7b4dde51d366 Change-Id: I65768b4c29faf46895a7005a3090f43cf6e86258
* Add .gitignore to the /skins directoryhuji2014-01-251-0/+17
| | | | | | | To make it easier to work on 3rd party skins. Bug: 55486 Change-Id: I986b6fe71bba429d1274bd86822448838601af64
* Revert "Add .gitignore to the /skins directory"Bartosz Dziewoński2013-12-271-11/+0
| | | | | | | | | | New skin files (images etc.) seem to be matches by these rules. I'm going to revert this for now since it's annoying, feel free to resubmit a .gitignore that works. This reverts commit d21381021658079720ce1a9aa9f0e989d8dd358e. Change-Id: I77655ea4ba3ddb5941e1e423ad766be20479247f
* Add .gitignore to the /skins directoryhuji2013-11-281-0/+11
To make it easier to work on extensions. Bug: 55486 Change-Id: I92d70ba851970cbc147598d76809d845c3b43c6b