code.gitea.io/gitea@v1.21.7/options/gitignore/NWjs (about) 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