Translated using Weblate (Lithuanian)
[phpmyadmin.git] / .gitignore
blob1d1b704aae47019582c2e7c80893016edfc7838d
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
35 # API documentation
36 /apidoc/
37 /doc/linkcheck/
38 # Demo server
39 revision-info.php
40 # PHP_CodeSniffer
41 phpcs.xml
42 .phpcs-cache
43 # PHPUnit
44 phpunit.xml
45 /test/bootstrap.php
46 .phpunit.result.cache
47 # Jenkins
48 /build/
49 # Netbeans ide stuff
50 /nbproject/
51 # Eclipse ide stuff
52 /.pydevproject
53 # Ant cache
54 cache.properties
55 # Composer
56 composer.lock
57 /vendor/
58 # NPM
59 /node_modules/
60 libraries/cache/