Browse Source

Merge pull request #2245 from almende/issue2181

ignore dist folder in development
codeClimate
yotamberk 7 years ago
committed by GitHub
parent
commit
ff55379c32
27 changed files with 9 additions and 47712 deletions
  1. +9
    -3
      .gitignore
  2. BIN
      dist/img/network/acceptDeleteIcon.png
  3. BIN
      dist/img/network/addNodeIcon.png
  4. BIN
      dist/img/network/backIcon.png
  5. BIN
      dist/img/network/connectIcon.png
  6. BIN
      dist/img/network/cross.png
  7. BIN
      dist/img/network/cross2.png
  8. BIN
      dist/img/network/deleteIcon.png
  9. BIN
      dist/img/network/downArrow.png
  10. BIN
      dist/img/network/editIcon.png
  11. BIN
      dist/img/network/leftArrow.png
  12. BIN
      dist/img/network/minus.png
  13. BIN
      dist/img/network/plus.png
  14. BIN
      dist/img/network/rightArrow.png
  15. BIN
      dist/img/network/upArrow.png
  16. BIN
      dist/img/network/zoomExtends.png
  17. BIN
      dist/img/timeline/delete.png
  18. +0
    -33
      dist/vis-graph3d.min.js
  19. +0
    -1
      dist/vis-network.min.css
  20. +0
    -41
      dist/vis-network.min.js
  21. +0
    -1
      dist/vis-timeline-graph2d.min.css
  22. +0
    -39
      dist/vis-timeline-graph2d.min.js
  23. +0
    -1324
      dist/vis.css
  24. +0
    -46223
      dist/vis.js
  25. +0
    -1
      dist/vis.map
  26. +0
    -1
      dist/vis.min.css
  27. +0
    -45
      dist/vis.min.js

+ 9
- 3
.gitignore View File

@ -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/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

BIN
dist/img/timeline/delete.png View File

Before After
Width: 16  |  Height: 16  |  Size: 665 B

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


+ 0
- 1
dist/vis-network.min.css
File diff suppressed because it is too large
View File


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


+ 0
- 1
dist/vis-timeline-graph2d.min.css
File diff suppressed because it is too large
View File


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


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


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


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


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


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


Loading…
Cancel
Save