54 lines
No EOL
548 B
Text
54 lines
No EOL
548 B
Text
# Rust
|
|
**/*/target/
|
|
**/*.rs.bk
|
|
Cargo.lock
|
|
|
|
# Node.js
|
|
**/*/node_modules/
|
|
**/*/.next/
|
|
**/*/.pnp
|
|
**/*/.pnp.*
|
|
**/*/.yarn/*
|
|
!**/*/.yarn/patches
|
|
!**/*/.yarn/plugins
|
|
!**/*/.yarn/releases
|
|
!**/*/.yarn/versions
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Testing
|
|
**/*/coverage/
|
|
|
|
# Next.js
|
|
**/*/out/
|
|
|
|
# Production
|
|
**/*/build/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.pem
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.log
|
|
|
|
# Environment files
|
|
**/*/.env*
|
|
|
|
# Vercel
|
|
**/*/.vercel
|
|
|
|
# TypeScript
|
|
**/*/*.tsbuildinfo
|
|
**/*/next-env.d.ts |