Merge "Add autocomplete for WhatLinksHere subpages"
[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 ## 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 /composer.local.json
51
52 # MediaWiki UI documentation
53 /docs/kss/static
54
55 # Operating systems
56 ## Mac OS X
57 .DS_Store
58 ## Windows
59 Thumbs.db
60
61 # Misc
62 .buildpath
63 .classpath
64 .idea
65 .metadata*
66 .settings
67 /favicon.ico
68 /static*
69 /tags
70 /.htaccess
71 /.htpasswd