mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 06:20:26 +01:00
77 lines
681 B
Plaintext
77 lines
681 B
Plaintext
# 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
|
|
.blade
|
|
.npm-cache
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.pnpm-store/
|
|
|
|
# Build outputs
|
|
dist
|
|
dist-ssr
|
|
.wrangler
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.dev.vars
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
|
|
test_scripts/
|
|
.conductor
|
|
|
|
# Swift
|
|
.build/
|
|
|
|
# Rust
|
|
target/
|
|
.ai/
|