Merge "Port categories dump header fix"
[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 ## Extension:Score
37 /images/lilypond
38 /images/tmp
39 /maintenance/.mweval_history
40 /maintenance/.mwsql_history
41 /maintenance/dev/data
42 /AdminSettings.php
43 /LocalSettings.php
44 /StartProfiler.php
45
46 # Building & testing
47 npm-debug.log
48 node_modules/
49 /tests/phpunit/phpunit.phar
50
51 # Composer
52 /vendor
53 /composer.lock
54 /composer.local.json
55 /composer.phar
56
57 # MediaWiki UI documentation
58 /docs/kss/static
59
60 # Operating systems
61 ## Mac OS X
62 .DS_Store
63 ## Windows
64 Thumbs.db
65
66 # Misc
67 .buildpath
68 .classpath
69 .idea
70 .metadata*
71 .settings
72 /favicon.ico
73 /static*
74 /tags
75 /.htaccess
76 /.htpasswd
77 /tests/phan/issues
78 *.rej