diff options
author | Brendan Forster <github@brendanforster.com> | 2018-10-28 18:30:27 -0300 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2018-10-28 18:30:27 -0300 |
commit | 227764535c0404960e6b6f20d8abff74fc4bf5b5 (patch) | |
tree | 1883de2512111fe9b54a6d495afd0240533651bb /community | |
parent | d9977d1bdffaacb697f8e3db5094f5bb8c79c8e7 (diff) | |
download | gitignore-227764535c0404960e6b6f20d8abff74fc4bf5b5.tar.gz gitignore-227764535c0404960e6b6f20d8abff74fc4bf5b5.zip |
add community template for NW.js
Co-Authored-By: Josh Plant <jpl42@users.noreply.github.com>
Diffstat (limited to 'community')
-rw-r--r-- | community/JavaScript/NWjs.gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/community/JavaScript/NWjs.gitignore b/community/JavaScript/NWjs.gitignore new file mode 100644 index 00000000..f006b08b --- /dev/null +++ b/community/JavaScript/NWjs.gitignore @@ -0,0 +1,29 @@ +# gitignore template for NW.js projects +# website: https://nwjs.io/ + +# Seen in standard and sdk versions +credits.html +locales/ +libEGL.dll +libGLEv2.dll +node.dll +nw.dll +nw.exe +natives_blob.bin +nw_100_percent.pak +nw_200_percent.pak +nw_elf.dll +snapshot_blob.bin +resources.pak + +# Seen only in standard +d3dcompiler_47.dll +ffmpeg.dll +icudtl.dat + +# Seen only in sdk +pnacl/ +chromedriver.exe +nacl_irt_x86_64.nexe +nwjc.exe +payload.exe |