Files
mediawiki-extensions-Univer…/.gitignore
Niklas Laxström b3ba423354 LanguageNameIndexer: Generate PHP file instead of serialized file.
Serialized format is no longer in style for data. PHP files can
take advantage of AutoLoader and caching so they can even be faster
than serialized files. As side bonus we can have readable diffs
for updates.

Only downside is that the file generation takes about ten lines of
ugly string manipulation.

Change-Id: If09704d1172daa13c72a308814534cac1fe9899f
2016-08-08 07:55:42 +00:00

10 lines
77 B
Plaintext

.svn
*~
*.kate-swp
.*.swp
.idea
.bundle/
node_modules/
composer.lock
vendor/