mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-10 23:48:26 +00:00
58 lines
766 B
Plaintext
58 lines
766 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Local env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Build Outputs
|
|
.next/
|
|
out/
|
|
build
|
|
dist
|
|
.tshy/
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
benchmarks/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
docker-compose.dev.yaml
|
|
|
|
clickhouse/
|
|
.vscode/
|
|
registry/
|
|
|
|
.cursor
|
|
CLAUDE.md
|
|
|
|
.claude
|
|
.clinerules/byterover-rules.md
|
|
.kilocode/rules/byterover-rules.md
|
|
.roo/rules/byterover-rules.md
|
|
.windsurf/rules/byterover-rules.md
|
|
.cursor/rules/byterover-rules.mdc
|
|
.kiro/steering/byterover-rules.md
|
|
.qoder/rules/byterover-rules.md
|
|
.augment/rules/byterover-rules.md |