diff --git a/.gitignore b/.gitignore index 82f9275..85e61a6 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,7 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +test/.static +test/.thumbnails +test/**/index.html \ No newline at end of file diff --git a/StaticGalleryBuilder.code-workspace b/StaticGalleryBuilder.code-workspace index ca33b8d..133b683 100644 --- a/StaticGalleryBuilder.code-workspace +++ b/StaticGalleryBuilder.code-workspace @@ -70,9 +70,9 @@ "console": "integratedTerminal", "args": [ "-p", - "/home/user/Pictures", + "${workspaceFolder}/test", "-w", - "file:///home/user/Pictures", + "file://${workspaceFolder}/test", "-t", "Pictures", "--theme", @@ -89,7 +89,7 @@ "tasks": [ { "label": "Delete Lockfile", - "command": "rm -f /home/user/Pictures/.lock", + "command": "rm -f ${workspaceFolder}/test/.lock", "type": "shell", "problemMatcher": [], "isBackground": true diff --git a/test/example/example.jpg b/test/example/example.jpg new file mode 100644 index 0000000..5e59c0d Binary files /dev/null and b/test/example/example.jpg differ