From d89921d60f8553df4dad7cf566473cb6b1e3d87f Mon Sep 17 00:00:00 2001 From: Muhammed Moussa Date: Thu, 26 May 2022 13:30:59 +0200 Subject: [PATCH] chore(git): update .gitignore --- .gitignore | 4 +++- .vscode/settings.json | 19 ------------------- todos.md | 3 --- 3 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 .vscode/settings.json delete mode 100644 todos.md diff --git a/.gitignore b/.gitignore index db6717a..9ea7a7e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ node_modules dist/*.js .env docs -coverage \ No newline at end of file +coverage +todos.md +/.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a8c1b5c..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#2f7c47", - "activityBar.activeBorder": "#422c74", - "activityBar.background": "#2f7c47", - "activityBar.foreground": "#e7e7e7", - "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#422c74", - "activityBarBadge.foreground": "#e7e7e7", - "statusBar.background": "#215732", - "statusBar.foreground": "#e7e7e7", - "statusBarItem.hoverBackground": "#2f7c47", - "titleBar.activeBackground": "#215732", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#21573299", - "titleBar.inactiveForeground": "#e7e7e799" - }, - "peacock.color": "#215732" -} \ No newline at end of file diff --git a/todos.md b/todos.md deleted file mode 100644 index cf7c9bd..0000000 --- a/todos.md +++ /dev/null @@ -1,3 +0,0 @@ -- add sdk validation before calling the api. -- add license file. -- add test cases. \ No newline at end of file