diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-29 09:53:04 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-30 14:52:41 +0000 |
commit | 3c1dab4cb0457a97d71365e58c5ea033c1f0a42c (patch) | |
tree | 301f46129242a5174e7a5158529ca203ac758864 | |
parent | 39f65fa5db50706d5766a350a2c8fef40f1ba951 (diff) |
Update gitignore
Change-Id: I895ca559a1ebf313c25252b38883f54d45da8bd8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ .vscode -build/ +build*/ node_modules/ _book/ |