Wrap libxml_disable_entity_loader() calls in version constraint
[mediawiki.git] / .gitignore
blobeeb20cdad334e6f722c3b7487ff16e3566e9b250
1 # Repository management
2 .svn
4 # git-deploy status file:
5 /.deploy
7 # Editors
8 *.kate-swp
9 *~
10 \#*#
11 .#*
12 .*.swp
13 .project
14 cscope.files
15 cscope.out
16 *.orig
17 ## NetBeans
18 nbproject*
19 project.index
20 ## Sublime
21 sublime-*
22 sftp-config.json
23 ## Visual Studio Code
24 *.vscode/
26 # MediaWiki install & usage
27 /cache
28 /docs/coverage
29 /docs/js
30 /docs/latex
31 /images/[0-9a-f]
32 /images/archive
33 /images/cache
34 /images/deleted
35 /images/lockdir
36 /images/temp
37 /images/thumb
38 ## Extension:EasyTimeline
39 /images/timeline
40 ## Extension:Score
41 /images/lilypond
42 ## Extension:TimedMediaHandler
43 /images/transcoded
44 /images/tmp
45 /maintenance/.mweval_history
46 /maintenance/.mwsql_history
47 /maintenance/dev/data
48 /LocalSettings.php
49 /includes/PlatformSettings.php
51 # Building & testing
52 npm-debug.log
53 node_modules/
54 /resources/lib/.foreign
55 /tests/phpunit/phpunit.phar
56 .phpunit.result.cache
57 /tests/phpunit/.phpunit.result.cache
58 phpunit.xml
59 /tests/selenium/log
60 .eslintcache
61 .api-testing.config.json
62 .phan/local-config.php
64 # Composer
65 /vendor
66 /composer.lock
67 /composer.local.json
68 /composer.phar
70 # Operating systems
71 ## Mac OS X
72 .DS_Store
73 ## Windows
74 Thumbs.db
76 # Misc
77 .buildpath
78 .classpath
79 .idea
80 *.iml
81 .metadata*
82 .settings
83 /favicon.ico
84 /static*
85 /tags
86 /.htaccess
87 /.htpasswd
88 *.rej
90 # Docker
91 docker-compose.override.yml
92 .env