Commit ce1f5af56863119c6a7ef64c70a385a323264dee

Authored by Mauricio Cattafi
1 parent 0cea0c1ad0
Exists in fix_configuracion

se agrega línea al final del archivo y se ignora carpeta de netbeans

Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
... ... @@ -3,3 +3,4 @@
3 3 /src/etc/develop.js
4 4 /css/*.css
5 5 /package-lock\.json
  6 +/nbproject/
src/etc/develop.ejemplo.js
... ... @@ -3,4 +3,5 @@ angular.module('appWrapperFacturador')
3 3 'URL': 'http://localhost:9900',
4 4 'ENDPOINT_BASE': 'http://ypf.app.focasoftware.com:3030',
5 5 })
6   - .constant("APP", 'facturador'); // Posibles valores '', 'distribuidor', 'transportista', 'facturador'
7 6 \ No newline at end of file
  7 + .constant("APP", 'facturador'); // Posibles valores '', 'distribuidor', 'transportista', 'facturador'
  8 +