Support AJAX watch in skins that use a different class structure
[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 node_modules/
46 /tests/phpunit/phpunit.phar
47
48 # Composer
49 /vendor
50 /composer.lock
51 /composer.local.json
52
53 # MediaWiki UI documentation
54 /docs/kss/static
55
56 # Operating systems
57 ## Mac OS X
58 .DS_Store
59 ## Windows
60 Thumbs.db
61
62 # Misc
63 .buildpath
64 .classpath
65 .idea
66 .metadata*
67 .settings
68 /favicon.ico
69 /static*
70 /tags
71 /.htaccess
72 /.htpasswd
73 /tests/phan/issues
74 *.rej