Skip to content

Commit 30dbc26

Browse files
chore(frontend): untrack node_modules and build artifacts; update .gitignore
1 parent e64fdcf commit 30dbc26

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,11 @@ coverage.xml
6262
# Logs
6363
*.log
6464

65-
Network_Security.egg-info/
65+
Network_Security.egg-info/
66+
67+
# Node / Next.js (frontend)
68+
frontend/node_modules/
69+
frontend/.next/
70+
frontend/out/
71+
frontend/.turbo/
72+
frontend/.vercel/

0 commit comments

Comments
 (0)