From 007c93e203e1427cd35b1c414ebce88396779da2 Mon Sep 17 00:00:00 2001 From: nekketsuuu Date: Sun, 24 Oct 2021 20:03:05 +0900 Subject: [PATCH] chore: Let git ignore temporary files for ui/app Signed-off-by: nekketsuuu --- ui/app/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/app/.gitignore b/ui/app/.gitignore index d31fc4a0..bc8bbb06 100644 --- a/ui/app/.gitignore +++ b/ui/app/.gitignore @@ -2,3 +2,5 @@ dist/ elm-stuff/ script.js .elm +/elm-* +/openapi-*