mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
readme
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@@ -1,19 +1,28 @@
|
||||
# general
|
||||
.DS_Store
|
||||
.env
|
||||
.env*.local
|
||||
output
|
||||
dist
|
||||
|
||||
# ts
|
||||
node_modules
|
||||
package-lock.json
|
||||
pnpm-lock.yaml
|
||||
.vercel
|
||||
|
||||
# rust
|
||||
/target/
|
||||
|
||||
# next
|
||||
.next-types
|
||||
.next
|
||||
# other
|
||||
private
|
||||
past-*
|
||||
output
|
||||
dist
|
||||
|
||||
# rust
|
||||
/target/
|
||||
# repos
|
||||
cli
|
||||
private
|
||||
docs
|
||||
|
||||
# other
|
||||
past.*
|
||||
x.*
|
||||
|
||||
Reference in New Issue
Block a user