Project:
MediaWiki
Code Location:
https://gerrit.wikimedia.org/r/p/mediawiki/core.gitmaster
/
.gitignore
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
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
# Repository management .svn # git-deploy status file: /.deploy # Editors *.kate-swp *~ \#*# .#* .*.swp .project cscope.files cscope.out ## NetBeans nbproject* project.index ## Sublime sublime-* sftp-config.json # MediaWiki install & usage /cache /docs/js /images/[0-9a-f] /images/archive /images/deleted /images/lockdir /images/temp /images/thumb ## Extension:EasyTimeline /images/timeline /images/tmp /maintenance/.mweval_history /maintenance/.mwsql_history /maintenance/dev/data /AdminSettings.php /LocalSettings.php /StartProfiler.php # Building & testing node_modules/ # Composer /vendor /composer.lock /composer.json # Operating systems ## Mac OS X .DS_Store ## Windows Thumbs.db # Misc .buildpath .classpath .idea .metadata* .settings /favicon.ico /static* /tags
