From de7943820abbd7dfaafbd0216ed6a4b3e96d6973 Mon Sep 17 00:00:00 2001 From: Yunhorn Date: Tue, 19 Dec 2023 19:21:54 +0800 Subject: [PATCH] Initial commit --- .gitignore | 31 +++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 33 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..09f619d --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# ---> 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 + diff --git a/README.md b/README.md new file mode 100644 index 0000000..b842205 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# EasyLoRaWAN +