Files
archived-linsa/.gitignore
2024-09-08 14:31:59 +03:00

29 lines
198 B
Plaintext

# general
.DS_Store
.env
.env*.local
output
dist
# ts
node_modules
package-lock.json
pnpm-lock.yaml
.vercel
# rust
/target/
# next
.next-types
.next
# repos
cli
private
docs
# other
past.*
x.*