From: Azijur Rahman Sheatu Date: Mon, 2 Sep 2024 05:05:23 +0000 (+0600) Subject: Adding profiling and VS backup files to .gitignore X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=profile%2Fiot%2Fapps%2Fdotnet%2Fhomescreen-app.git Adding profiling and VS backup files to .gitignore [Problem] N/A [Cause & Measure] Cause : N/A Measure : N/A Change-Id: Iea757d77a7502d850bc2a33e5c6411bbd14a09c7 Signed-off-by: Azijur Rahman Sheatu --- diff --git a/.gitignore b/.gitignore index da11561..1db952f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -HomeScreenApp/.vs/ -HomeScreenApp/bin/ -HomeScreenApp/obj/ -HomeScreenApp/HomeScreenApp.csproj.user \ No newline at end of file +.vs/ +bin/ +obj/ +*.csproj.user +Tizen*/ \ No newline at end of file