Spaces:
Build error
Build error
chore
Browse files- .gitignore +2 -1
.gitignore
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
node_modules/
|
| 2 |
.DS_Store
|
| 3 |
-
/package-lock.json
|
|
|
|
|
|
| 1 |
node_modules/
|
| 2 |
.DS_Store
|
| 3 |
+
/package-lock.json
|
| 4 |
+
backend/functions/test.js
|