diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-22 16:08:21 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-27 11:24:02 +0000 |
commit | 50d56f353ff5ecdade442a4419e4210381904e42 (patch) | |
tree | c9245b9db6eeb5dfa00c8310083f000b41521ad4 /.gitignore | |
parent | 215150bc7952ab703cf0d1c7b9ec9b3b3782e3bf (diff) |
Add git ignore file/dir list
Change-Id: I2853507d7215dc2531f9718b52bafe881393769a
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23c5802 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +build* +nbproject/private +.vscode +.stfolder +.*.sw* +*.tar.gz +__* +htdocs/node_modules |