[
  {
    "path": ".gitignore",
    "content": "# core\n.DS_Store\n.env\n.env*.local\n.env.production\noutput\ndist\ntarget\n.idea\n.cache\n.output\nnode_modules\npackage-lock.json\nyarn.lock\n.vercel\n*.db\n.repo_ignore\ni.*\ni-*\ni/\ninternal/\npast.*\npast-*\npast/\n*.log\nprivate\n.npm-cache\n.cargo_home\n"
  },
  {
    "path": "readme.md",
    "content": "# [linsa.io](https://linsa.io)\n\nThe idea behind the project is simple. Store any kind of digital content in a way that only you have access to it (end to end encryption).\n\nProvide top tier experiences on top with lots more things.\n\nCurrently the author of this project does not have time to develop this in public but at some point this will be open source and be developed in the open.\n"
  },
  {
    "path": "soon.ts",
    "content": "await main();\n\nasync function main() {\n  console.log(\"open source in future 🖤\");\n}\n"
  }
]