mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-03 15:07:44 +08:00
Add .gitattributes
and exclude other development files. (#103)
Signed-off-by: costdev <79332690+costdev@users.noreply.github.com>
This commit is contained in:
parent
d2f2df6787
commit
6208b29cec
2 changed files with 23 additions and 0 deletions
|
@ -8,5 +8,10 @@ phpunit.xml.dist
|
|||
wp-tests-config-sample.php
|
||||
composer.json
|
||||
composer.lock
|
||||
package.json
|
||||
package-lock.json
|
||||
.wp-env.json
|
||||
.gitignore
|
||||
.gitattributes
|
||||
.distignore
|
||||
.editorconfig
|
||||
|
|
18
.gitattributes
vendored
Normal file
18
.gitattributes
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
* text=auto
|
||||
|
||||
/.git export-ignore
|
||||
/.github export-ignore
|
||||
/bin export-ignore
|
||||
/node_modules export-ignore
|
||||
/tests export-ignore
|
||||
phpunit.xml.dist export-ignore
|
||||
wp-tests-config-sample.php export-ignore
|
||||
composer.json export-ignore
|
||||
composer.lock export-ignore
|
||||
package.json export-ignore
|
||||
package-lock.json export-ignore
|
||||
.wp-env.json export-ignore
|
||||
.gitignore export-ignore
|
||||
.gitattributes export-ignore
|
||||
.distignore export-ignore
|
||||
.editorconfig export-ignore
|
Loading…
Add table
Add a link
Reference in a new issue