From a1c5afb48cbd3d7a96f10e494a2e1f7e66253653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Sat, 7 Sep 2024 22:49:43 +0900 Subject: [PATCH] ci: create .clang-format-ignore --- .clang-format-ignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .clang-format-ignore diff --git a/.clang-format-ignore b/.clang-format-ignore new file mode 100644 index 0000000..f3e13d6 --- /dev/null +++ b/.clang-format-ignore @@ -0,0 +1,15 @@ +# dependencies +node_modules + +# production +build +.next + +# env +.env +.env.development +.env.production + +# tests +.nyc_output +coverage