From 76c34abd2b5cecea46e5f482e7a7d4b07f5a0fcf Mon Sep 17 00:00:00 2001 From: Markus Johansen Date: Tue, 25 Jul 2023 16:37:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20legger=20til=20const.ts=20til=20?= =?UTF-8?q?gitignore,=20slik=20at=20vi=20slipper=20=C3=A5=20endre=20backen?= =?UTF-8?q?dURL=20ved=20lokal=20testing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sindre Kjelsrud --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cbc8dc9..967b0e1 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,6 @@ yarn-error.log* *.tsbuildinfo next-env.d.ts ### Next ### + +#constants for backend and frontend +./frontend/src/const.ts \ No newline at end of file