.gitignore for NW.js
21 ignore rules for NW.js, ready to copy into your repository.
Framework for native apps with web technologies
The complete .gitignore for NW.js
# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 01:30:34 UTC
# Technologies: NW.js
### NW.js ###
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
d3dcompiler_47.dll
ffmpeg.dll
icudtl.dat
pnacl/
chromedriver.exe
nacl_irt_x86_64.nexe
nwjc.exe
payload.exe
What these NW.js rules actually ignore
Every pattern below, and why it belongs in your .gitignore.
Seen in standard and sdk versions
| Pattern | What it ignores |
|---|---|
credits.html |
Seen in standard and sdk versions |
locales/ |
Seen in standard and sdk versions |
libEGL.dll |
Seen in standard and sdk versions |
libGLEv2.dll |
Seen in standard and sdk versions |
node.dll |
Seen in standard and sdk versions |
nw.dll |
Seen in standard and sdk versions |
nw.exe |
Seen in standard and sdk versions |
natives_blob.bin |
Seen in standard and sdk versions |
nw_100_percent.pak |
Seen in standard and sdk versions |
nw_200_percent.pak |
Seen in standard and sdk versions |
nw_elf.dll |
Seen in standard and sdk versions |
snapshot_blob.bin |
Seen in standard and sdk versions |
resources.pak |
Seen in standard and sdk versions |
Seen only in standard
| Pattern | What it ignores |
|---|---|
d3dcompiler_47.dll |
Seen only in standard |
ffmpeg.dll |
Seen only in standard |
icudtl.dat |
Seen only in standard |
Seen only in sdk
| Pattern | What it ignores |
|---|---|
pnacl/ |
Seen only in sdk |
chromedriver.exe |
Seen only in sdk |
nacl_irt_x86_64.nexe |
Seen only in sdk |
nwjc.exe |
Seen only in sdk |
payload.exe |
Seen only in sdk |
How to use this .gitignore for NW.js
- Copy the NW.js rules above, or download the file directly.
- Create a file named .gitignore at the root of your Git repository and paste the rules into it.
- If some of those files are already tracked, run git rm -r --cached . then commit again — Git only applies ignore rules to untracked files.
- Commit the .gitignore so everyone on the team shares the same rules.