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--.gitignore13
1 files changed, 11 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index bc9be95c..ecc5e4cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,7 +27,7 @@ playground
*.log
tests/_output
temp/*.output.txt
-*baseline.*
+
###> Vendor files
node_modules
@@ -36,7 +36,7 @@ vendor
###> Config files other tan examples
config.yml
-.configs/
+.configs
sftp-config*
config.*.php*
!config.inc.php-dist
@@ -47,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