-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
122 lines (111 loc) · 3.31 KB
/
Copy path.gitignore
File metadata and controls
122 lines (111 loc) · 3.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# MCP 설정 (API 토큰 포함)
.mcp.json
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
!.env.example
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# dev scripts
scripts/refresh-dev-token.mjs
.dev-session.json
.documents/AI_RULES.md
.documents/clean.md
.documents/daily-report.md
.documents/demands.md
.documents/rules/_sections.md
.documents/rules/_template.md
.documents/rules/advanced-event-handler-refs.md
.documents/rules/advanced-init-once.md
.documents/rules/advanced-use-latest.md
.documents/rules/async-api-routes.md
.documents/rules/async-defer-await.md
.documents/rules/async-dependencies.md
.documents/rules/async-parallel.md
.documents/rules/async-suspense-boundaries.md
.documents/rules/bundle-barrel-imports.md
.documents/rules/bundle-conditional.md
.documents/rules/bundle-defer-third-party.md
.documents/rules/bundle-dynamic-imports.md
.documents/rules/bundle-preload.md
.documents/rules/client-event-listeners.md
.documents/rules/client-localstorage-schema.md
.documents/rules/client-passive-event-listeners.md
.documents/rules/client-swr-dedup.md
.documents/rules/js-batch-dom-css.md
.documents/rules/js-cache-function-results.md
.documents/rules/js-cache-property-access.md
.documents/rules/js-cache-storage.md
.documents/rules/js-combine-iterations.md
.documents/rules/js-early-exit.md
.documents/rules/js-hoist-regexp.md
.documents/rules/js-index-maps.md
.documents/rules/js-length-check-first.md
.documents/rules/js-min-max-loop.md
.documents/rules/js-set-map-lookups.md
.documents/rules/js-tosorted-immutable.md
.documents/rules/rendering-activity.md
.documents/rules/rendering-animate-svg-wrapper.md
.documents/rules/rendering-conditional-render.md
.documents/rules/rendering-content-visibility.md
.documents/rules/rendering-hoist-jsx.md
.documents/rules/rendering-hydration-no-flicker.md
.documents/rules/rendering-hydration-suppress-warning.md
.documents/rules/rendering-svg-precision.md
.documents/rules/rendering-usetransition-loading.md
.documents/rules/rerender-defer-reads.md
.documents/rules/rerender-dependencies.md
.documents/rules/rerender-derived-state-no-effect.md
.documents/rules/rerender-derived-state.md
.documents/rules/rerender-functional-setstate.md
.documents/rules/rerender-lazy-state-init.md
.documents/rules/rerender-memo-with-default-value.md
.documents/rules/rerender-memo.md
.documents/rules/rerender-move-effect-to-event.md
.documents/rules/rerender-simple-expression-in-memo.md
.documents/rules/rerender-transitions.md
.documents/rules/rerender-use-ref-transient-values.md
.documents/rules/server-after-nonblocking.md
.documents/rules/server-auth-actions.md
.documents/rules/server-cache-lru.md
.documents/rules/server-cache-react.md
.documents/rules/server-dedup-props.md
.documents/rules/server-parallel-fetching.md
.documents/rules/server-serialization.md
.gitignore
.claude/CLAUDE.md
.claude/config.json
.husky/pre-push
.husky/pre-push
.husky/pre-push
coworkers-swagger.json
.gitignore
GEMINI.md
src/app/api/dev/inject-session/route.ts