From d8959bc897ccadb3083f59f31fc041b42f1b9466 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 10 Jul 2023 18:28:54 +0800 Subject: Now front end is ok! --- FrontEnd/.gitignore | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'FrontEnd/.gitignore') diff --git a/FrontEnd/.gitignore b/FrontEnd/.gitignore index 1de0b58f..4bb8ede2 100644 --- a/FrontEnd/.gitignore +++ b/FrontEnd/.gitignore @@ -3,18 +3,8 @@ # dependencies /node_modules -.yarn/* -!.yarn/cache -!.yarn/releases -!.yarn/plugins -!.yarn/sdks -!.yarn/versions - -# testing -/coverage - # production -/build +/dist # misc .DS_Store @@ -24,9 +14,5 @@ .env.production.local npm-debug.log* -yarn-debug.log* -yarn-error.log* - -.vscode/launch.json -/dist \ No newline at end of file +/.parcel-cache -- cgit v1.2.3