From 594c1eb0ad25b1823f249c4520e3372dd1aa5cfb Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 20 Jun 2020 03:08:56 -0600 Subject: [PATCH] ignore files in test directory --- .gitignore | 3 +++ .vscode/numbered-bookmarks.json | 18 +++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9302a0d..6aad930 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ # Local History for Visual Studio Code .history/ + +# ignore test directory +test diff --git a/.vscode/numbered-bookmarks.json b/.vscode/numbered-bookmarks.json index 4c08963..1dad065 100644 --- a/.vscode/numbered-bookmarks.json +++ b/.vscode/numbered-bookmarks.json @@ -1,3 +1,19 @@ { - "bookmarks": [] + "bookmarks": [ + { + "fsPath": "$ROOTPATH$/test/test.sh", + "bookmarks": [ + -1, + 57, + -1, + -1, + -1, + -1, + -1, + -1, + -1, + 2 + ] + } + ] } \ No newline at end of file