Merge "Add UserGroupMembership details to the UserGroupsChanged hook"
[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.json
52 /composer.local.json
53
54 # MediaWiki UI documentation
55 /docs/kss/static
56
57 # Operating systems
58 ## Mac OS X
59 .DS_Store
60 ## Windows
61 Thumbs.db
62
63 # Misc
64 .buildpath
65 .classpath
66 .idea
67 .metadata*
68 .settings
69 /favicon.ico
70 /static*
71 /tags
72 /.htaccess
73 /.htpasswd
74 /tests/phan/issues
75 *.rej