Ignore .js/.js.map/.d.ts/.d.ts.map next to sources (tsc outDir is dist). Preserve hand-written packages/auth/src/types/base58-universal.d.ts. Made-with: Cursor
88 lines
1.1 KiB
Plaintext
88 lines
1.1 KiB
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Testing
|
|
coverage/
|
|
*.lcov
|
|
.nyc_output
|
|
|
|
# Production
|
|
build/
|
|
dist/
|
|
.next/
|
|
out/
|
|
*.tsbuildinfo
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env*.local
|
|
.env.enc
|
|
*.env.enc
|
|
!.env.example
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Turbo
|
|
.turbo/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Compiler output must not live next to sources (packages use outDir: dist).
|
|
# Keep hand-written ambient defs, e.g. packages/auth/src/types/base58-universal.d.ts
|
|
packages/**/src/**/*.js
|
|
packages/**/src/**/*.js.map
|
|
packages/**/src/**/*.d.ts.map
|
|
packages/**/src/**/*.d.ts
|
|
!packages/auth/src/types/base58-universal.d.ts
|
|
|
|
# Terraform
|
|
*.tfstate
|
|
*.tfstate.*
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
|
|
# Kubernetes
|
|
*.kubeconfig
|
|
|
|
# Secrets
|
|
secrets/
|
|
*.key
|
|
*.pem
|
|
*.crt
|
|
!*.example.key
|
|
!*.example.pem
|
|
!*.example.crt
|
|
|
|
# SOPS
|
|
.sops.yaml
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Submodules (optional - uncomment if you want to track submodule changes)
|
|
# .git/modules/
|
|
|