Move UploadStashFile to its own file
[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 ## Visual Studio Code
24 *.vscode/
25
26 # MediaWiki install & usage
27 /cache
28 /docs/coverage
29 /docs/js
30 /images/[0-9a-f]
31 /images/archive
32 /images/cache
33 /images/deleted
34 /images/lockdir
35 /images/temp
36 /images/thumb
37 ## Extension:EasyTimeline
38 /images/timeline
39 ## Extension:Score
40 /images/lilypond
41 ## Extension:TimedMediaHandler
42 /images/transcoded
43 /images/tmp
44 /maintenance/.mweval_history
45 /maintenance/.mwsql_history
46 /maintenance/dev/data
47 /AdminSettings.php
48 /LocalSettings.php
49
50 # Building & testing
51 npm-debug.log
52 node_modules/
53 /resources/lib/.foreign
54 /tests/phpunit/phpunit.phar
55 /tests/selenium/log
56 .eslintcache
57
58 # Composer
59 /vendor
60 /composer.lock
61 /composer.local.json
62 /composer.phar
63
64 # MediaWiki UI documentation
65 /docs/kss/static
66
67 # Operating systems
68 ## Mac OS X
69 .DS_Store
70 ## Windows
71 Thumbs.db
72
73 # Misc
74 .buildpath
75 .classpath
76 .idea
77 *.iml
78 .metadata*
79 .settings
80 /favicon.ico
81 /static*
82 /tags
83 /.htaccess
84 /.htpasswd
85 /tests/phan/issues
86 *.rej