diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-16 16:54:56 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-16 16:54:56 +0100 |
commit | c4e1fc1d683701400491a6ccfd8ccb0514dbd74b (patch) | |
tree | 07d15eb857f8e5f75107ebda941bc0f03d64e98f /afb-client/.gitignore | |
parent | fa38a594987d958bab7b154d6afdca461081aa83 (diff) |
Initial Version. Support both AfbDaemon & Backend Mock server.
Diffstat (limited to 'afb-client/.gitignore')
-rw-r--r-- | afb-client/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/afb-client/.gitignore b/afb-client/.gitignore new file mode 100644 index 0000000..bb6f2ab --- /dev/null +++ b/afb-client/.gitignore @@ -0,0 +1,7 @@ +bower_components/ +node_modules/ +dist.dev/ +dist.prod/ +*.DS_Store +nbproject/private/ +.noderc* |