Repository: linsa-io/linsa Branch: main Commit: 4df4f96f7271 Files: 3 Total size: 705 B Directory structure: gitextract_4tef9q5r/ ├── .gitignore ├── readme.md └── soon.ts ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ # core .DS_Store .env .env*.local .env.production output dist target .idea .cache .output node_modules package-lock.json yarn.lock .vercel *.db .repo_ignore i.* i-* i/ internal/ past.* past-* past/ *.log private .npm-cache .cargo_home ================================================ FILE: readme.md ================================================ # [linsa.io](https://linsa.io) The 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). Provide top tier experiences on top with lots more things. Currently 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. ================================================ FILE: soon.ts ================================================ await main(); async function main() { console.log("open source in future 🖤"); }