Add ReplaceText submodule
[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
53 # Composer
54 /vendor
55 /composer.lock
56 /composer.local.json
57 /composer.phar
58
59 # MediaWiki UI documentation
60 /docs/kss/static
61
62 # Operating systems
63 ## Mac OS X
64 .DS_Store
65 ## Windows
66 Thumbs.db
67
68 # Misc
69 .buildpath
70 .classpath
71 .idea
72 .metadata*
73 .settings
74 /favicon.ico
75 /static*
76 /tags
77 /.htaccess
78 /.htpasswd
79 /tests/phan/issues
80 *.rej