Spaces:
Running
Running
Commit ·
62289d1
1
Parent(s): 74479a8
chore: remove .venv and node_modules from git tracking
Browse files- .gitignore +2 -0
.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.venv/
|
| 2 |
+
frontend/node_modules/
|