mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 19:26:33 +00:00
23 lines
246 B
Plaintext
23 lines
246 B
Plaintext
# Node.js modules and Next.js build output
|
|
node_modules/
|
|
.next/
|
|
out/
|
|
.pnpm-debug.log
|
|
|
|
# Logs and cache
|
|
*.log
|
|
.cache/
|
|
*.gz
|
|
|
|
# OS and Editor files
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Compiled binaries (can be huge)
|
|
*.so
|
|
*.node
|