From 4ee15d8d5b3023b857c5248cdeec019ef06185e1 Mon Sep 17 00:00:00 2001 From: kurone-kito Date: Tue, 26 Mar 2024 23:55:31 +0900 Subject: [PATCH] chore: improved the Prettier configuration --- .prettierignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.prettierignore b/.prettierignore index 0c9806f1..c0633824 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,25 @@ ### THE PROJECT SPECIFIES ################################################# +### Unity ### +# Example scenes +[Aa]ssets/Scenes* + +# TextMesh Pro +[Aa]ssets/TextMesh Pro + +# UdonSharp +[Aa]ssets/SerializedUdonPrograms* +[Aa]ssets/UdonSharp/PrefabBuild* + +# VRChat Creator Companion +[Pp]ackages/com.vrchat.* +[Pp]ackages/dev.* +[Pp]ackages/*.json + +# Others +[Pp]roject[Ss]ettings +debug.log* + ### Node ### # Husky .husky/_ @@ -10,3 +30,7 @@ # Yarn v2 .yarn yarn.lock + +### Others ### +Website/app.js +Website/index.html