Skip to content

Commit 2277645

Browse files
shiftkeyjpl42
andcommitted
add community template for NW.js
Co-Authored-By: Josh Plant <jpl42@users.noreply.github.com>
1 parent d9977d1 commit 2277645

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# gitignore template for NW.js projects
2+
# website: https://nwjs.io/
3+
4+
# Seen in standard and sdk versions
5+
credits.html
6+
locales/
7+
libEGL.dll
8+
libGLEv2.dll
9+
node.dll
10+
nw.dll
11+
nw.exe
12+
natives_blob.bin
13+
nw_100_percent.pak
14+
nw_200_percent.pak
15+
nw_elf.dll
16+
snapshot_blob.bin
17+
resources.pak
18+
19+
# Seen only in standard
20+
d3dcompiler_47.dll
21+
ffmpeg.dll
22+
icudtl.dat
23+
24+
# Seen only in sdk
25+
pnacl/
26+
chromedriver.exe
27+
nacl_irt_x86_64.nexe
28+
nwjc.exe
29+
payload.exe

0 commit comments

Comments
 (0)