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