summaryrefslogtreecommitdiffstats
path: root/afm-client/.gitignore
diff options
context:
space:
mode:
authorManuel Bachmann <manuel.bachmann@iot.bzh>2016-01-28 12:26:00 +0100
committerManuel Bachmann <manuel.bachmann@iot.bzh>2016-01-28 12:26:00 +0100
commit92547f26b68b986e5bc4e811f115c5c57dfa54ca (patch)
treedafe79fcb003ac190ef37f9212cf6d97038c6e04 /afm-client/.gitignore
parent3d6f539592cb2171ed67b3c2b0246fd72ddfaa0d (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 'afm-client/.gitignore')
-rw-r--r--afm-client/.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/afm-client/.gitignore b/afm-client/.gitignore
index bb6f2ab..ba5820b 100644
--- a/afm-client/.gitignore
+++ b/afm-client/.gitignore
@@ -1,7 +1,7 @@
-bower_components/
+#bower_components/
node_modules/
dist.dev/
-dist.prod/
+#dist.prod/
*.DS_Store
nbproject/private/
.noderc*