chore: reflect new dir structure

This commit is contained in:
Ben Goldsworthy 2021-04-24 09:37:15 +01:00
parent f6df8e41cd
commit 695e1331cc
5 changed files with 6 additions and 18 deletions

View file

@ -1,4 +1,5 @@
# A set of files you probably don't want in your WordPress.org distribution
.distignore
.editorconfig
.git

View file

@ -1,6 +1,3 @@
dist/
docs/
vendor/
node_modules/
tmp/
*.min.js
jquery.tools.js

View file

@ -1,6 +1,3 @@
dist/
docs/
vendor/
node_modules/
tmp/
*.min.js
jquery.tools.js

View file

@ -1,5 +1,2 @@
dist/
docs/
vendor/
node_modules/
tmp/
*.min.css

View file

@ -11,17 +11,13 @@
<version number="3.0">
<api format="php">
<source dsn=".">
<path>class</path>
<path>src</path>
</source>
<output>docs</output>
<ignore hidden="true" symlinks="true">
<path>vendor/*</path>
<path>node-modules/*</path>
</ignore>
<extensions>
<extension>php</extension>
</extensions>
<default-package-name>Footnotes</default-package-name>
<default-package-name>footnotes</default-package-name>
<include-source>true</include-source>
</api>
</version>