Browse Source

Fixed ./dist folder being ignored (needed for bower)

css_transitions v0.5.0
josdejong 10 years ago
parent
commit
88a12e486f
18 changed files with 22311 additions and 1 deletions
  1. +0
    -1
      .gitignore
  2. BIN
      dist/img/graph/acceptDeleteIcon.png
  3. BIN
      dist/img/graph/addNodeIcon.png
  4. BIN
      dist/img/graph/backIcon.png
  5. BIN
      dist/img/graph/connectIcon.png
  6. BIN
      dist/img/graph/cross.png
  7. BIN
      dist/img/graph/cross2.png
  8. BIN
      dist/img/graph/deleteIcon.png
  9. BIN
      dist/img/graph/downArrow.png
  10. BIN
      dist/img/graph/editIcon.png
  11. BIN
      dist/img/graph/leftArrow.png
  12. BIN
      dist/img/graph/minus.png
  13. BIN
      dist/img/graph/plus.png
  14. BIN
      dist/img/graph/rightArrow.png
  15. BIN
      dist/img/graph/upArrow.png
  16. BIN
      dist/img/graph/zoomExtends.png
  17. +22279
    -0
      dist/vis.js
  18. +32
    -0
      dist/vis.min.js

+ 0
- 1
.gitignore View File

@ -5,4 +5,3 @@ node_modules
.settings/org.eclipse.wst.jsdt.ui.superType.container .settings/org.eclipse.wst.jsdt.ui.superType.container
.settings/org.eclipse.wst.jsdt.ui.superType.name .settings/org.eclipse.wst.jsdt.ui.superType.name
npm-debug.log npm-debug.log
dist/

BIN
dist/img/graph/acceptDeleteIcon.png View File

Before After
Width: 24  |  Height: 24  |  Size: 20 KiB

BIN
dist/img/graph/addNodeIcon.png View File

Before After
Width: 24  |  Height: 24  |  Size: 20 KiB

BIN
dist/img/graph/backIcon.png View File

Before After
Width: 24  |  Height: 24  |  Size: 20 KiB

BIN
dist/img/graph/connectIcon.png View File

Before After
Width: 24  |  Height: 24  |  Size: 20 KiB

BIN
dist/img/graph/cross.png View File

Before After
Width: 7  |  Height: 7  |  Size: 18 KiB

BIN
dist/img/graph/cross2.png View File

Before After
Width: 5  |  Height: 5  |  Size: 17 KiB

BIN
dist/img/graph/deleteIcon.png View File

Before After
Width: 24  |  Height: 24  |  Size: 20 KiB

BIN
dist/img/graph/downArrow.png View File

Before After
Width: 30  |  Height: 30  |  Size: 4.4 KiB

BIN
dist/img/graph/editIcon.png View File

Before After
Width: 24  |  Height: 24  |  Size: 20 KiB

BIN
dist/img/graph/leftArrow.png View File

Before After
Width: 30  |  Height: 30  |  Size: 4.4 KiB

BIN
dist/img/graph/minus.png View File

Before After
Width: 30  |  Height: 30  |  Size: 4.0 KiB

BIN
dist/img/graph/plus.png View File

Before After
Width: 30  |  Height: 30  |  Size: 4.2 KiB

BIN
dist/img/graph/rightArrow.png View File

Before After
Width: 30  |  Height: 30  |  Size: 4.4 KiB

BIN
dist/img/graph/upArrow.png View File

Before After
Width: 30  |  Height: 30  |  Size: 4.4 KiB

BIN
dist/img/graph/zoomExtends.png View File

Before After
Width: 30  |  Height: 30  |  Size: 4.4 KiB

+ 22279
- 0
dist/vis.js
File diff suppressed because it is too large
View File


+ 32
- 0
dist/vis.min.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save