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' +