Initial commit
This commit is contained in:
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal file
@ -0,0 +1,42 @@
|
||||
# ---> Vue
|
||||
# gitignore template for Vue.js projects
|
||||
#
|
||||
# Recommended template: Node.gitignore
|
||||
|
||||
# TODO: where does this rule come from?
|
||||
docs/_book
|
||||
|
||||
# TODO: where does this rule come from?
|
||||
test/
|
||||
|
||||
# ---> NWjs
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user