Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
1 files changed, 17 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index f9a6fcc7..ecc5e4cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
selenium/tests/config.inc.php
tests/selenium/config.test.php
-*sublime*
+
@@ -16,13 +16,18 @@ phppga
/.idea/*
sublime-*
.php.tools.ini
-
+.vscode/*
+*.code-workspace
+*sublime*
###> temp and generated files
temp/sessions/*
+temp/route.cache.php
playground
*.log
tests/_output
+temp/*.output.txt
+
###> Vendor files
node_modules
@@ -31,7 +36,7 @@ vendor
###> Config files other tan examples
config.yml
-.configs/
+.configs
sftp-config*
config.*.php*
!config.inc.php-dist
@@ -42,3 +47,12 @@ config.*.php*
.build
.php_cs.cache
.phpunit.result.cache
+
+### Linter's reports
+temp/*.checkstyle.xml
+temp/*.junit.xml
+temp/*.report.json
+temp/*.report.xml
+tools/composer*
+tools/phpcbf
+tools/phpmd_checkstyle \ No newline at end of file