Update git submodules
[mediawiki.git] / .gitignore
blob29553dd93e66b349f9842d4058a2dc05fa5f2fbc
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:Phonos
43 /images/phonos-render
44 ## Extension:TimedMediaHandler
45 /images/transcoded
46 /images/tmp
47 /maintenance/.mweval_history
48 /maintenance/.mwsql_history
49 /maintenance/dev/data
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 /tests/phpunit/.phpunit.result.cache
60 phpunit.xml
61 /tests/selenium/log
62 .eslintcache
63 .api-testing.config.json
64 .phan/local-config.php
66 # Composer
67 /composer.lock
68 /composer.local.json
69 /composer.phar
71 # Operating systems
72 ## Mac OS X
73 .DS_Store
74 ## Windows
75 Thumbs.db
77 # Misc
78 .buildpath
79 .classpath
80 .idea
81 *.iml
82 .metadata*
83 .settings
84 /favicon.ico
85 /static*
86 /tags
87 /.htaccess
88 /.htpasswd
89 *.rej
91 # Docker
92 docker-compose.override.yml
93 .env