repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge "Use CSSJanus via composer"
[mediawiki.git]
/
.gitignore
blob
93c429fc0a2da8611365214b4f94cdf2b4109a56
1
# Repository management
2
.svn
3
4
# git-deploy status file:
5
/.deploy
6
7
# Editors
8
*.kate-swp
9
*~
10
\#*#
11
.#*
12
.*.swp
13
.project
14
cscope.files
15
cscope.out
16
## NetBeans
17
nbproject*
18
project.index
19
## Sublime
20
sublime-*
21
sftp-config.json
22
23
# MediaWiki install & usage
24
/cache
25
/docs/js
26
/images/[0-9a-f]
27
/images/archive
28
/images/deleted
29
/images/lockdir
30
/images/temp
31
/images/thumb
32
## Extension:EasyTimeline
33
/images/timeline
34
/images/tmp
35
/maintenance/.mweval_history
36
/maintenance/.mwsql_history
37
/maintenance/dev/data
38
/AdminSettings.php
39
/LocalSettings.php
40
/StartProfiler.php
41
42
# Building & testing
43
node_modules/
44
/tests/phpunit/phpunit.phar
45
46
# Composer
47
/vendor
48
/composer.lock
49
/composer.json
50
51
# MediaWiki UI documentation
52
/docs/kss/static
53
54
# Operating systems
55
## Mac OS X
56
.DS_Store
57
## Windows
58
Thumbs.db
59
60
# Misc
61
.buildpath
62
.classpath
63
.idea
64
.metadata*
65
.settings
66
/favicon.ico
67
/static*
68
/tags
69
/.htaccess
70
/.htpasswd