.gitignore pour NW.js
21 règles d’exclusion pour NW.js, prêtes à copier dans votre dépôt.
Framework pour applications natives avec technologies web
Le .gitignore complet pour 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
Ce que ces règles NW.js ignorent vraiment
Chaque motif ci-dessous, et pourquoi il a sa place dans votre .gitignore.
Seen in standard and sdk versions
| Motif | Ce qu’il ignore |
|---|---|
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
| Motif | Ce qu’il ignore |
|---|---|
d3dcompiler_47.dll |
Seen only in standard |
ffmpeg.dll |
Seen only in standard |
icudtl.dat |
Seen only in standard |
Seen only in sdk
| Motif | Ce qu’il ignore |
|---|---|
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 |
Comment utiliser ce .gitignore pour NW.js
- Copiez les règles NW.js ci-dessus, ou téléchargez directement le fichier.
- Créez un fichier nommé .gitignore à la racine de votre dépôt Git et collez-y les règles.
- Si certains de ces fichiers sont déjà suivis, lancez git rm -r --cached . puis recommitez — Git n’applique les règles d’exclusion qu’aux fichiers non suivis.
- Commitez le .gitignore pour que toute l’équipe partage les mêmes règles.