Files
notesnook/notesnook.code-workspace
Abdullah Atta 5858cae55b feat: open source notesnook crypto module (#329)
* chore: open-source notesnook crypto

* chore(crypto): remove useless webpack config

* chore(crypto): add npmignore file
2022-02-02 10:32:02 +05:00

32 lines
591 B
Plaintext

{
"folders": [
{
"name": "✨ notesnook",
"path": "."
},
{
"name": "🚀 @notesnook/importer-web",
"path": "apps/importer"
},
{
"name": "📦 @notesnook/crypto",
"path": "packages/crypto"
},
{
"name": "📦 @notesnook/enex",
"path": "packages/enex"
},
{
"name": "📦 @notesnook/importer",
"path": "packages/importer"
},
{
"name": "📦 @streetwriters/tinymce-plugins",
"path": "packages/tinymce-plugins"
}
],
"settings": {
"git.ignoreLimitWarning": true
}
}