Remove node_modules from git, update .gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
80f1e96e6b
commit
aa4c08a1b1
|
|
@ -5,3 +5,6 @@ __pycache__/
|
||||||
.env
|
.env
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
.venv/
|
.venv/
|
||||||
|
node_modules/
|
||||||
|
.next/
|
||||||
|
dist/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue