From ce1f5af56863119c6a7ef64c70a385a323264dee Mon Sep 17 00:00:00 2001 From: Mauricio Cattafi Date: Tue, 15 Oct 2019 17:05:09 -0300 Subject: [PATCH] =?UTF-8?q?se=20agrega=20l=C3=ADnea=20al=20final=20del=20a?= =?UTF-8?q?rchivo=20y=20se=20ignora=20carpeta=20de=20netbeans?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + src/etc/develop.ejemplo.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8b8d557..d097d97 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /src/etc/develop.js /css/*.css /package-lock\.json +/nbproject/ diff --git a/src/etc/develop.ejemplo.js b/src/etc/develop.ejemplo.js index 748c9f1..b1859e3 100644 --- a/src/etc/develop.ejemplo.js +++ b/src/etc/develop.ejemplo.js @@ -3,4 +3,5 @@ angular.module('appWrapperFacturador') 'URL': 'http://localhost:9900', 'ENDPOINT_BASE': 'http://ypf.app.focasoftware.com:3030', }) - .constant("APP", 'facturador'); // Posibles valores '', 'distribuidor', 'transportista', 'facturador' \ No newline at end of file + .constant("APP", 'facturador'); // Posibles valores '', 'distribuidor', 'transportista', 'facturador' + -- 1.9.1