mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-09 09:35:02 +09:00
61 lines
No EOL
1.2 KiB
JSON
61 lines
No EOL
1.2 KiB
JSON
[
|
|
"electron.js",
|
|
"electron/js/*",
|
|
"electron/env.json",
|
|
"electron/img/*",
|
|
"electron/about/*",
|
|
"build",
|
|
"!dist/*",
|
|
"dist/index.html",
|
|
"dist/main.js",
|
|
"dist/run.js",
|
|
"dist/lib/**/*",
|
|
"dist/img/**/*",
|
|
"dist/css/**/*",
|
|
"dist/js/**/*",
|
|
"dist/anytypeHelper.exe",
|
|
"dist/anytypeHelper",
|
|
"dist/*.node",
|
|
"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"
|
|
}
|
|
] |