mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-22 18:13:52 +00:00
44 lines
400 B
Plaintext
44 lines
400 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
**/node_modules
|
|
**/.pnpm-store
|
|
|
|
# Next.js build outputs
|
|
.next
|
|
out
|
|
**/.next
|
|
**/out
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
**/.git
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Testing
|
|
coverage
|
|
__tests__
|
|
*.test.ts
|
|
*.test.tsx
|
|
*.spec.ts
|
|
*.spec.tsx
|
|
|
|
# Misc
|
|
.env.local
|
|
.env.*.local
|
|
README.md
|
|
.eslintcache |