mirror of
https://github.com/linsa-io/linsa.git
synced 2026-05-06 15:13:27 +02:00
.
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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
|
||||
7
readme.md
Normal file
7
readme.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# [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.
|
||||
Reference in New Issue
Block a user