Add JS constants to gitignore

This commit is contained in:
Reimar 2025-03-31 10:38:07 +02:00
parent 7a3d5b4f71
commit fe85e1ff23
Signed by: Reimar
GPG Key ID: 93549FA07F0AE268
3 changed files with 5 additions and 1 deletions

2
frontend/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
shared/constants.js

View File

@ -0,0 +1,3 @@
//export const address = "https://temperature.mercantec.tech/api"
export const address = "http://localhost:5000/api";

View File

@ -1 +0,0 @@
export const address = "hhttps://temperature.mercantec.tech/api"