mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-07 21:47:02 +09:00
83 lines
1.7 KiB
JSON
83 lines
1.7 KiB
JSON
[
|
|
"electron.js",
|
|
"electron/js/**/*",
|
|
"electron/json/*",
|
|
"electron/env.json",
|
|
"electron/img/*",
|
|
"build",
|
|
"!dist/*",
|
|
"dist/index.html",
|
|
"dist/embed/**/*",
|
|
"dist/challenge/**/*",
|
|
"dist/lib/**/*",
|
|
"dist/img/**/*",
|
|
"dist/css/**/*",
|
|
"dist/js/**/*",
|
|
"dist/*.js",
|
|
"!dist/js/main.js.map",
|
|
"dist/anytypeHelper.exe",
|
|
"dist/anytypeHelper",
|
|
"dist/nativeMessagingHost.exe",
|
|
"dist/nativeMessagingHost",
|
|
"dist/*.node",
|
|
"dist/cmaps/**/*",
|
|
"dist/font/**/*",
|
|
"dist/workers/**/*",
|
|
"!node_modules/**/*",
|
|
{
|
|
"from": "node_modules/google-protobuf",
|
|
"to": "node_modules/google-protobuf"
|
|
},
|
|
{
|
|
"from": "node_modules/grpc-web",
|
|
"to": "node_modules/grpc-web"
|
|
},
|
|
{
|
|
"from": "node_modules/lodash.isequal",
|
|
"to": "node_modules/lodash.isequal"
|
|
},
|
|
{
|
|
"from": "node_modules/lodash.escaperegexp",
|
|
"to": "node_modules/lodash.escaperegexp"
|
|
},
|
|
{
|
|
"from": "node_modules/read-chunk",
|
|
"to": "node_modules/read-chunk"
|
|
},
|
|
{
|
|
"from": "node_modules/with-open-file",
|
|
"to": "node_modules/with-open-file"
|
|
},
|
|
{
|
|
"from": "node_modules/@electron/remote",
|
|
"to": "node_modules/@electron/remote"
|
|
},
|
|
{
|
|
"from": "node_modules/p-try",
|
|
"to": "node_modules/p-try"
|
|
},
|
|
{
|
|
"from": "node_modules/p-finally",
|
|
"to": "node_modules/p-finally"
|
|
},
|
|
{
|
|
"from": "node_modules/file-type",
|
|
"to": "node_modules/file-type"
|
|
},
|
|
{
|
|
"from": "node_modules/regedit",
|
|
"to": "node_modules/regedit"
|
|
},
|
|
{
|
|
"from": "node_modules/stream-slicer",
|
|
"to": "node_modules/stream-slicer"
|
|
},
|
|
{
|
|
"from": "node_modules/util",
|
|
"to": "node_modules/util"
|
|
},
|
|
{
|
|
"from": "node_modules/mime-types",
|
|
"to": "node_modules/mime-types"
|
|
}
|
|
]
|