Spaces:
Running
Running
Commit
·
67613d1
0
Parent(s):
add .gitignore
Browse files- .gitattributes +1 -0
- .gitignore +2 -0
.gitattributes
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
node_module/
|
2 |
+
dist/
|