summaryrefslogtreecommitdiff
path: root/.gitignore
blob: eeb20cdad334e6f722c3b7487ff16e3566e9b250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Repository management
.svn

# git-deploy status file:
/.deploy

# Editors
*.kate-swp
*~
\#*#
.#*
.*.swp
.project
cscope.files
cscope.out
*.orig
## NetBeans
nbproject*
project.index
## Sublime
sublime-*
sftp-config.json
## Visual Studio Code
*.vscode/

# MediaWiki install & usage
/cache
/docs/coverage
/docs/js
/docs/latex
/images/[0-9a-f]
/images/archive
/images/cache
/images/deleted
/images/lockdir
/images/temp
/images/thumb
## Extension:EasyTimeline
/images/timeline
## Extension:Score
/images/lilypond
## Extension:TimedMediaHandler
/images/transcoded
/images/tmp
/maintenance/.mweval_history
/maintenance/.mwsql_history
/maintenance/dev/data
/LocalSettings.php
/includes/PlatformSettings.php

# Building & testing
npm-debug.log
node_modules/
/resources/lib/.foreign
/tests/phpunit/phpunit.phar
.phpunit.result.cache
/tests/phpunit/.phpunit.result.cache
phpunit.xml
/tests/selenium/log
.eslintcache
.api-testing.config.json
.phan/local-config.php

# Composer
/vendor
/composer.lock
/composer.local.json
/composer.phar

# Operating systems
## Mac OS X
.DS_Store
## Windows
Thumbs.db

# Misc
.buildpath
.classpath
.idea
*.iml
.metadata*
.settings
/favicon.ico
/static*
/tags
/.htaccess
/.htpasswd
*.rej

# Docker
docker-compose.override.yml
.env