Skip to content

Commit cb913e2

Browse files
committed
chore: .gitignore에 node_modules와 .next 추가 및 제거
1 parent 23355c4 commit cb913e2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,22 @@ dmypy.json
6262
# Ruff
6363
.ruff_cache/
6464
.claude/settings.local.json
65+
66+
# Node.js / Frontend
67+
node_modules/
68+
.next/
69+
.nuxt/
70+
dist/
71+
build/
72+
*.log
73+
npm-debug.log*
74+
yarn-debug.log*
75+
yarn-error.log*
76+
pnpm-debug.log*
77+
lerna-debug.log*
78+
.pnpm-store/
79+
80+
# Frontend build artifacts
81+
playground/frontend/.next/
82+
playground/frontend/node_modules/
83+
playground/frontend/.pnpm-store/

0 commit comments

Comments
 (0)