mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
* chore: open-source notesnook crypto * chore(crypto): remove useless webpack config * chore(crypto): add npmignore file
32 lines
591 B
Plaintext
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
|
|
}
|
|
}
|