From 5ac42d87c0f653a3b984199a8253ae56a82f0aca Mon Sep 17 00:00:00 2001 From: Akshat Verma <112319520+Akshat162001@users.noreply.github.com> Date: Sun, 25 Jun 2023 00:47:36 +0530 Subject: [PATCH] done --- toast-notification/.vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 toast-notification/.vscode/settings.json diff --git a/toast-notification/.vscode/settings.json b/toast-notification/.vscode/settings.json new file mode 100644 index 0000000..6c2ff60 --- /dev/null +++ b/toast-notification/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "master" + ] +} \ No newline at end of file