Files
2026-06-15 14:22:07 +08:00

20 lines
161 B
Plaintext

# Dependencies
node_modules/
# Build output
.next/
out/
dist/
# Cache
.cache/
# Misc
*.log
.DS_Store
# Lock files
package-lock.json
yarn.lock
pnpm-lock.yaml