mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
* . * add sentry * prettier * up packages * no edge sentry --------- Co-authored-by: Aslam H <iupin5212@gmail.com>
29 lines
200 B
Plaintext
29 lines
200 B
Plaintext
# general
|
|
.DS_Store
|
|
.env
|
|
.env*.local
|
|
output
|
|
dist
|
|
.idea
|
|
|
|
# ts
|
|
node_modules
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
.vercel
|
|
|
|
# rust
|
|
/target/
|
|
|
|
# next
|
|
.next-types
|
|
.next
|
|
|
|
# repos
|
|
private
|
|
docs
|
|
|
|
# other
|
|
past.*
|
|
x.*
|