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 (Portuguese)
[phpmyadmin.git]
/
.gitignore
blob
be28e8504c8c351ba77172b2604e834287be57cb
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
/resources/locale/
33
# Temporary files to generate locales for Twig
34
/twig-templates/
35
# Backups
36
*~
37
# API documentation
38
/apidoc/
39
/docs/linkcheck/
40
# Demo server
41
revision-info.php
42
# PHP_CodeSniffer
43
phpcs.xml
44
.phpcs-cache
45
# PHPUnit
46
phpunit.xml
47
/tests/bootstrap.php
48
.phpunit.result.cache
49
# Jenkins
50
/build/
51
# Netbeans ide stuff
52
/nbproject/
53
# Eclipse ide stuff
54
/.pydevproject
55
# Ant cache
56
cache.properties
57
# Composer
58
/vendor/
59
# NPM
60
/node_modules/
61
phpstan.neon
62
# Infection
63
infection.json5
64
/js/
65
/setup/
66
/themes/