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--.gitignore11
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ef9f0bab..62fa25dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,7 +27,7 @@ playground
*.log
tests/_output
temp/*.output.txt
-*baseline.*
+
###> Vendor files
node_modules
@@ -51,3 +51,12 @@ config.*.php*
tools/reviewdog
tools/composer-require-checker
.vscode/*
+
+### 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