repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translated using Weblate (Lithuanian)
[phpmyadmin.git]
/
.gitignore
blob
080fa5fd31c2b6f808ceabb5b6ec91091c57cd44
1
# Directory for creating releases
2
/release/
3
# Configuration files
4
/config.inc.php
5
/config.header.inc.php
6
/config.footer.inc.php
7
# Upload/save dirs
8
/upload/
9
/save/
10
/tmp/
11
# For setup script
12
/config/
13
# ctags
14
tags
15
# Editor files
16
phpmyadmin.wpj
17
.projectOptions
18
.vimrc
19
.project
20
.settings
21
.buildpath
22
.cache
23
.idea
24
.netbeans
25
.vscode
26
*.sw[op]
27
# Web server files
28
web.config
29
.htaccess
30
# Locales
31
/locale/
32
# Temporary files to generate locales for Twig
33
/twig-templates/
34
# Backups
35
*~
36
# API documentation
37
/apidoc/
38
/doc/linkcheck/
39
# Demo server
40
revision-info.php
41
# PHP_CodeSniffer
42
phpcs.xml
43
.phpcs-cache
44
# PHPUnit
45
phpunit.xml
46
/test/bootstrap.php
47
.phpunit.result.cache
48
# Jenkins
49
/build/
50
# Netbeans ide stuff
51
/nbproject/
52
# Eclipse ide stuff
53
/.pydevproject
54
# Ant cache
55
cache.properties
56
# Composer
57
composer.lock
58
/vendor/
59
# NPM
60
/node_modules/
61
phpstan.neon
62
libraries/cache/
63
# Dist files from 5.1
64
/js/dist/**/*.js