Removes 'languageshtml' property in mediawiki API's 'parse' action
[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
45 # Composer
46 /vendor
47 /composer.lock
48 /composer.json
49
50 # MediaWiki UI documentation
51 /docs/kss/static
52
53 # Operating systems
54 ## Mac OS X
55 .DS_Store
56 ## Windows
57 Thumbs.db
58
59 # Misc
60 .buildpath
61 .classpath
62 .idea
63 .metadata*
64 .settings
65 /favicon.ico
66 /static*
67 /tags
68 /.htaccess
69 /.htpasswd