(bug 43518) API action=unblock should return the user name, not the full user object
[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 .*.swp
11 .project
12 cscope.files
13 cscope.out
14 ## NetBeans
15 nbproject*
16 project.index
17 sublime-*
18
19 # MediaWiki install & usage
20 cache
21 docs/js
22 images/[0-9a-f]
23 images/archive
24 images/deleted
25 images/lockdir
26 images/temp
27 images/thumb
28 ## Extension:EasyTimeline
29 images/timeline
30 images/tmp
31 maintenance/.mweval_history
32 maintenance/.mwsql_history
33 maintenance/dev/data
34 AdminSettings.php
35 LocalSettings.php
36 StartProfiler.php
37
38 # Building & testing
39 node_modules/
40
41 # Composer
42 /vendor
43 /composer.lock
44 /composer.json
45
46 # Operating systems
47 ## Mac OS X
48 .DS_Store
49 ## Windows
50 Thumbs.db
51
52 # Misc
53 .buildpath
54 .classpath
55 .idea
56 .metadata*
57 .settings
58 favicon.ico
59 static*
60 tags