diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-01-05 11:32:05 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-01-05 11:33:34 +0100 |
commit | f12e5a28b1cd86d5de95e53fcef56dedf55e0475 (patch) | |
tree | 7b1be4a5c8b97410eb65c542ec4cadc8e48852f2 /afb-client/.gitignore | |
parent | 0878627c7c4ca29e04621a48513018cbd4195124 (diff) |
Add "dist.prod" directory, modify .gitignore
"dist.prod" is a snapshot of compiled application ; it is
useful for demos, and because compiling AngularJS code
(using npm, gulp...) within Yocto means lots of efforts
for little gain.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'afb-client/.gitignore')
-rw-r--r-- | afb-client/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/afb-client/.gitignore b/afb-client/.gitignore index bb6f2ab..ba5820b 100644 --- a/afb-client/.gitignore +++ b/afb-client/.gitignore @@ -1,7 +1,7 @@ -bower_components/ +#bower_components/ node_modules/ dist.dev/ -dist.prod/ +#dist.prod/ *.DS_Store nbproject/private/ .noderc* |