Installer: Fix "Array to string conversion" notice
[lhc/web/wiklou.git] / .gitignore
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 *.orig
17 ## NetBeans
18 nbproject*
19 project.index
20 ## Sublime
21 sublime-*
22 sftp-config.json
23
24 # MediaWiki install & usage
25 /cache
26 /docs/js
27 /images/[0-9a-f]
28 /images/archive
29 /images/cache
30 /images/deleted
31 /images/lockdir
32 /images/temp
33 /images/thumb
34 ## Extension:EasyTimeline
35 /images/timeline
36 /images/tmp
37 /maintenance/.mweval_history
38 /maintenance/.mwsql_history
39 /maintenance/dev/data
40 /AdminSettings.php
41 /LocalSettings.php
42 /StartProfiler.php
43
44 # Building & testing
45 npm-debug.log
46 node_modules/
47 /tests/phpunit/phpunit.phar
48
49 # Composer
50 /vendor
51 /composer.lock
52 /composer.local.json
53 /composer.phar
54
55 # MediaWiki UI documentation
56 /docs/kss/static
57
58 # Operating systems
59 ## Mac OS X
60 .DS_Store
61 ## Windows
62 Thumbs.db
63
64 # Misc
65 .buildpath
66 .classpath
67 .idea
68 .metadata*
69 .settings
70 /favicon.ico
71 /static*
72 /tags
73 /.htaccess
74 /.htpasswd
75 /tests/phan/issues
76 *.rej