We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5939903 commit 5df53bbCopy full SHA for 5df53bb
.distignore
@@ -1,18 +1,25 @@
1
-/.wordpress-org
+.distignore
2
+.editorconfig
3
+.eslintrc
4
+.gitattributes
5
+.gitignore
6
+.nvmrc
7
+.phpunit.result.cache
8
+.prettierignore
9
+.prettierrc.js
10
+.stylelintrc.json
11
+.wp-env.json
12
/.git
13
/.github
14
/.idea
15
/.phpunit.cache
16
+/.wordpress-org
17
/bin
-/wp-nowpayments-integration
18
/node_modules
19
/reports
20
/src
21
/tests
-.distignore
-.gitattributes
-.gitignore
-.scrutinizer.yml
22
+/wp-nowpayments-integration
23
Changelog.md
24
Diagrams.md
25
README.md
@@ -25,6 +32,7 @@ phpcs.xml
32
phpdoc.xml
26
33
phpstan.neon
27
34
phpunit.xml
35
+plantuml_gist.puml
28
36
playwright.config.ts
29
37
setup.sh
30
-multisite-language-switcher.zip
38
+wp-nowpayments-integration.zip
0 commit comments