Merge "doc: SpanInterface: more dev-friendly comments"
[mediawiki.git] / .gitignore
blobda8ab107b5a0e74501728c8d276cac89bc151995
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 /logs
29 /docs/coverage
30 /docs/js
31 /docs/latex
32 /images/[0-9a-f]
33 /images/archive
34 /images/cache
35 /images/deleted
36 /images/lockdir
37 /images/temp
38 /images/thumb
39 ## Extension:EasyTimeline
40 /images/timeline
41 ## Extension:Score
42 /images/lilypond
43 ## Extension:Phonos
44 /images/phonos-render
45 ## Extension:TimedMediaHandler
46 /images/transcoded
47 /images/tmp
48 /maintenance/.mweval_history
49 /maintenance/.mwsql_history
50 /LocalSettings.php
51 /includes/PlatformSettings.php
53 # Building & testing
54 npm-debug.log
55 node_modules/
56 /resources/lib/.foreign
57 /tests/phpunit/phpunit.phar
58 .phpunit.result.cache
59 phpunit*result.cache
60 /tests/phpunit/.phpunit.result.cache
61 phpunit.xml
62 /tests/selenium/log
63 .eslintcache
64 .stylelintcache
65 .api-testing.config.json
66 .phan/local-config.php
68 # Composer
69 /vendor
70 /composer.lock
71 /composer.local.json
72 /composer.phar
74 # Operating systems
75 ## Mac OS X
76 .DS_Store
77 ## Windows
78 Thumbs.db
80 # Misc
81 .buildpath
82 .classpath
83 .idea
84 *.iml
85 .metadata*
86 .settings
87 /favicon.ico
88 /static*
89 /tags
90 /.htaccess
91 /.htpasswd
92 *.rej
94 # Docker
95 docker-compose.override.yml
96 .env