From 3f8ac7a98c27c7cf1ff5e41934d219039fd93938 Mon Sep 17 00:00:00 2001 From: porink0424 Date: Fri, 12 Apr 2024 11:39:55 +0900 Subject: [PATCH] Update gitignore --- tslib/react/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tslib/react/.gitignore b/tslib/react/.gitignore index 076f41b4..97623394 100644 --- a/tslib/react/.gitignore +++ b/tslib/react/.gitignore @@ -24,3 +24,6 @@ types # sample db !public/sample_db.sqlite3 + +# test assets +test/asset \ No newline at end of file