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