chore: reflect new dir structure
This commit is contained in:
parent
f6df8e41cd
commit
695e1331cc
5 changed files with 6 additions and 18 deletions
|
@ -1,4 +1,5 @@
|
||||||
# A set of files you probably don't want in your WordPress.org distribution
|
# A set of files you probably don't want in your WordPress.org distribution
|
||||||
|
|
||||||
.distignore
|
.distignore
|
||||||
.editorconfig
|
.editorconfig
|
||||||
.git
|
.git
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
dist/
|
tmp/
|
||||||
docs/
|
|
||||||
vendor/
|
|
||||||
node_modules/
|
|
||||||
*.min.js
|
*.min.js
|
||||||
jquery.tools.js
|
jquery.tools.js
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
dist/
|
tmp/
|
||||||
docs/
|
|
||||||
vendor/
|
|
||||||
node_modules/
|
|
||||||
*.min.js
|
*.min.js
|
||||||
jquery.tools.js
|
jquery.tools.js
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
dist/
|
tmp/
|
||||||
docs/
|
|
||||||
vendor/
|
|
||||||
node_modules/
|
|
||||||
*.min.css
|
*.min.css
|
||||||
|
|
|
@ -11,17 +11,13 @@
|
||||||
<version number="3.0">
|
<version number="3.0">
|
||||||
<api format="php">
|
<api format="php">
|
||||||
<source dsn=".">
|
<source dsn=".">
|
||||||
<path>class</path>
|
<path>src</path>
|
||||||
</source>
|
</source>
|
||||||
<output>docs</output>
|
<output>docs</output>
|
||||||
<ignore hidden="true" symlinks="true">
|
|
||||||
<path>vendor/*</path>
|
|
||||||
<path>node-modules/*</path>
|
|
||||||
</ignore>
|
|
||||||
<extensions>
|
<extensions>
|
||||||
<extension>php</extension>
|
<extension>php</extension>
|
||||||
</extensions>
|
</extensions>
|
||||||
<default-package-name>Footnotes</default-package-name>
|
<default-package-name>footnotes</default-package-name>
|
||||||
<include-source>true</include-source>
|
<include-source>true</include-source>
|
||||||
</api>
|
</api>
|
||||||
</version>
|
</version>
|
||||||
|
|
Reference in a new issue