You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

NWjs 424B

1234567891011121314151617181920212223242526272829
  1. # gitignore template for NW.js projects
  2. # website: https://nwjs.io/
  3. # Seen in standard and sdk versions
  4. credits.html
  5. locales/
  6. libEGL.dll
  7. libGLEv2.dll
  8. node.dll
  9. nw.dll
  10. nw.exe
  11. natives_blob.bin
  12. nw_100_percent.pak
  13. nw_200_percent.pak
  14. nw_elf.dll
  15. snapshot_blob.bin
  16. resources.pak
  17. # Seen only in standard
  18. d3dcompiler_47.dll
  19. ffmpeg.dll
  20. icudtl.dat
  21. # Seen only in sdk
  22. pnacl/
  23. chromedriver.exe
  24. nacl_irt_x86_64.nexe
  25. nwjc.exe
  26. payload.exe