mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-09 09:35:02 +09:00
15 lines
261 B
JSON
15 lines
261 B
JSON
[
|
|
"electron.js",
|
|
"electron/server.js",
|
|
"build",
|
|
"!dist/*",
|
|
"dist/index.html",
|
|
"dist/main.js",
|
|
"dist/models.pb.js",
|
|
"dist/run.js",
|
|
"dist/lib/**/*",
|
|
"dist/img/**/*",
|
|
"dist/anytypeHelper.exe",
|
|
"dist/anytypeHelper",
|
|
"!node_modules/**/*"
|
|
]
|