Spaces:
Runtime error
Runtime error
add gitignore
Browse files- .gitignore +7 -0
.gitignore
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*frontend/node_modules/*
|
| 2 |
+
*frontend/public/*
|
| 3 |
+
*frontend/src/*
|
| 4 |
+
*frontend/.env*
|
| 5 |
+
*frontend/.prettierrc*
|
| 6 |
+
*frontend/package.json*
|
| 7 |
+
*frontend/tsconfig.json*
|