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