Skip to content

Commit df56513

Browse files
Merge pull request #2258 from oscar6echo/fileupload
File Upload Widget v2
2 parents da2373a + 9e975f6 commit df56513

File tree

13 files changed

+4868
-824
lines changed

13 files changed

+4868
-824
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ __pycache__
2020
.tern-project
2121
npm-debug.log
2222
.pytest_cache
23+
.vscode
2324

2425
widgetsnbextension/widgetsnbextension/static
2526

@@ -29,3 +30,5 @@ index.built.js.map
2930

3031
**/built
3132
**/lib/
33+
34+
temp/*

0 commit comments

Comments
 (0)