Stop throwing an exception in UploadStash::getExtensionForPath
[mediawiki.git] / .gitignore
blob458cb39861e585933de7206bacbbe124bbe71c81
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 /AdminSettings.php
49 /LocalSettings.php
50 /includes/PlatformSettings.php
52 # Building & testing
53 npm-debug.log
54 node_modules/
55 /resources/lib/.foreign
56 /tests/phpunit/phpunit.phar
57 .phpunit.result.cache
58 /tests/phpunit/.phpunit.result.cache
59 phpunit.xml
60 /tests/selenium/log
61 .eslintcache
62 .api-testing.config.json
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 /tests/phan/issues
89 *.rej
91 # Docker
92 docker-compose.override.yml
93 .env