fix(build): remove test file from git ignore

This commit is contained in:
Sam Tolmay 2020-10-23 13:52:06 +02:00
parent 8bb51c383c
commit c16ad0b5b1
2 changed files with 12 additions and 1 deletions

1
.gitignore vendored
View File

@ -10,4 +10,3 @@
packages/express/config/**
packages/build/src/test/writeFile.txt
packages/build/src/test/fetchMetaCache/cachekey.json

View File

@ -0,0 +1,12 @@
{
"moduleFederation": {
"remoteEntryUrl": "https://unpkg.com/@lowdefy/blocks-antd@1.0.0-experimental.1/dist/remoteEntry.js",
"scope": "lowdefy_blocks_antd",
"module": "Button"
},
"category": "display",
"loading": {
"type": "SkeletonButton"
},
"schema": {}
}