Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# vis.js files
dist/
test/

# npm files
node_modules
npm-debug.log

# ide or system files
.idea
.c9
*.iml
node_modules
.project
.settings/
npm-debug.log
.directory

# vim temporary files
.*.sw[op]
test/
Binary file removed dist/img/network/acceptDeleteIcon.png
Binary file not shown.
Binary file removed dist/img/network/addNodeIcon.png
Binary file not shown.
Binary file removed dist/img/network/backIcon.png
Binary file not shown.
Binary file removed dist/img/network/connectIcon.png
Binary file not shown.
Binary file removed dist/img/network/cross.png
Binary file not shown.
Binary file removed dist/img/network/cross2.png
Binary file not shown.
Binary file removed dist/img/network/deleteIcon.png
Binary file not shown.
Binary file removed dist/img/network/downArrow.png
Binary file not shown.
Binary file removed dist/img/network/editIcon.png
Binary file not shown.
Binary file removed dist/img/network/leftArrow.png
Binary file not shown.
Binary file removed dist/img/network/minus.png
Binary file not shown.
Binary file removed dist/img/network/plus.png
Binary file not shown.
Binary file removed dist/img/network/rightArrow.png
Binary file not shown.
Binary file removed dist/img/network/upArrow.png
Binary file not shown.
Binary file removed dist/img/network/zoomExtends.png
Binary file not shown.
Binary file removed dist/img/timeline/delete.png
Binary file not shown.
33 changes: 0 additions & 33 deletions dist/vis-graph3d.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/vis-network.min.css

This file was deleted.

41 changes: 0 additions & 41 deletions dist/vis-network.min.js

This file was deleted.

Loading