Move translators credits list to a wiki page
[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 ## NetBeans
17 nbproject*
18 project.index
19 ## Sublime
20 sublime-*
21 sftp-config.json
22
23 # MediaWiki install & usage
24 /cache
25 /docs/js
26 /images/[0-9a-f]
27 /images/archive
28 /images/deleted
29 /images/lockdir
30 /images/temp
31 /images/thumb
32 ## Extension:EasyTimeline
33 /images/timeline
34 /images/tmp
35 /maintenance/.mweval_history
36 /maintenance/.mwsql_history
37 /maintenance/dev/data
38 /AdminSettings.php
39 /LocalSettings.php
40 /StartProfiler.php
41
42 # Building & testing
43 node_modules/
44
45 # Composer
46 /vendor
47 /composer.lock
48 /composer.json
49
50 # Operating systems
51 ## Mac OS X
52 .DS_Store
53 ## Windows
54 Thumbs.db
55
56 # Misc
57 .buildpath
58 .classpath
59 .idea
60 .metadata*
61 .settings
62 /favicon.ico
63 /static*
64 /tags