Skip to content

Commit e723fcd

Browse files
authored
Merge pull request #105 from TejInaco/feat-add-csv-file-upload-to-add-in-TD-properties
Feat: add csv file upload with properties data, and drag and drop functionality in the TDviewer
2 parents 9cb614a + 635eafc commit e723fcd

File tree

8 files changed

+902
-360
lines changed

8 files changed

+902
-360
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.pnp.js
77

88
*/.vscode
9-
.vscode/
9+
.vscode
1010

1111
# testing
1212
/coverage
@@ -28,3 +28,5 @@ yarn-debug.log*
2828
yarn-error.log*
2929

3030
yarn.lock
31+
32+
/doc/tests

0 commit comments

Comments
 (0)