mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2026-03-25 17:24:27 +00:00
28 lines
313 B
Plaintext
28 lines
313 B
Plaintext
# Agent tooling
|
|
.agents
|
|
.claude
|
|
.codex
|
|
skills-lock.json
|
|
|
|
# Package manager
|
|
node_modules/
|
|
.npm-cache/
|
|
.pnpm-store/
|
|
.pnp*
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Turborepo
|
|
.turbo/
|
|
|
|
# Build outputs and caches (all workspaces)
|
|
**/.next/
|
|
**/out/
|
|
**/coverage/
|
|
**/*.tsbuildinfo
|
|
|
|
# OS
|
|
.DS_Store
|