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 (Turkish)
[phpmyadmin.git]
/
.gitignore
blob
0c05e127de5f48f5891f859d6e34fe6edf6c4905
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
*.sw[op]
26
# Web server files
27
web.config
28
.htaccess
29
# Locales
30
/locale/
31
# Temporary files to generate locales for Twig
32
/twig-templates/
33
# Backups
34
*~
35
# API documentation
36
/apidoc/
37
/doc/linkcheck/
38
# Demo server
39
revision-info.php
40
# PHP_CodeSniffer
41
phpcs.xml
42
# PHPUnit
43
phpunit.xml
44
/test/bootstrap.php
45
# Jenkins
46
/build/
47
# Netbeans ide stuff
48
/nbproject/
49
# Eclipse ide stuff
50
/.pydevproject
51
# Ant cache
52
cache.properties
53
# Composer
54
composer.lock
55
/vendor/
56
# NPM
57
/node_modules/