mirror of
https://github.com/foambubble/foam.git
synced 2026-01-09 22:18:16 -05:00
See https://github.com/foambubble/foam/pull/1290 for context. Major thanks to @pderaaij that did all the hard work here. * using js-sha1 instead of node's crypto to compute sha1 * Using esbuild to bundle native and web extension (WIP) * Added message regarding unsupported embeds in web extension * support for graph webview in web extension
19 lines
256 B
Plaintext
19 lines
256 B
Plaintext
.vscode/**
|
|
.vscode-test/**
|
|
out/test/**
|
|
out/**/*.test.*
|
|
out/**/*.spec.*
|
|
test-data/**
|
|
src/**
|
|
jest.config.js
|
|
esbuild.js
|
|
.test-workspace
|
|
.gitignore
|
|
vsc-extension-quickstart.md
|
|
**/tsconfig.json
|
|
**/.eslintrc.json
|
|
**/*.map
|
|
**/*.ts
|
|
assets/screenshots
|
|
node_modules
|