From fe85e1ff2350354c9d7641d7a101cbe5f58f65e1 Mon Sep 17 00:00:00 2001 From: Reimar Date: Mon, 31 Mar 2025 10:38:07 +0200 Subject: [PATCH] Add JS constants to gitignore --- frontend/.gitignore | 2 ++ frontend/shared/constants.example.js | 3 +++ frontend/shared/constants.js | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 frontend/.gitignore create mode 100644 frontend/shared/constants.example.js delete mode 100644 frontend/shared/constants.js diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 0000000..1ebdc24 --- /dev/null +++ b/frontend/.gitignore @@ -0,0 +1,2 @@ +shared/constants.js + diff --git a/frontend/shared/constants.example.js b/frontend/shared/constants.example.js new file mode 100644 index 0000000..440c1b3 --- /dev/null +++ b/frontend/shared/constants.example.js @@ -0,0 +1,3 @@ +//export const address = "https://temperature.mercantec.tech/api" +export const address = "http://localhost:5000/api"; + diff --git a/frontend/shared/constants.js b/frontend/shared/constants.js deleted file mode 100644 index a21da0c..0000000 --- a/frontend/shared/constants.js +++ /dev/null @@ -1 +0,0 @@ -export const address = "hhttps://temperature.mercantec.tech/api"