mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
added test
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -160,3 +160,7 @@ cython_debug/
|
|||||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
# 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.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
test/.static
|
||||||
|
test/.thumbnails
|
||||||
|
test/**/index.html
|
||||||
@@ -70,9 +70,9 @@
|
|||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"args": [
|
"args": [
|
||||||
"-p",
|
"-p",
|
||||||
"/home/user/Pictures",
|
"${workspaceFolder}/test",
|
||||||
"-w",
|
"-w",
|
||||||
"file:///home/user/Pictures",
|
"file://${workspaceFolder}/test",
|
||||||
"-t",
|
"-t",
|
||||||
"Pictures",
|
"Pictures",
|
||||||
"--theme",
|
"--theme",
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"label": "Delete Lockfile",
|
"label": "Delete Lockfile",
|
||||||
"command": "rm -f /home/user/Pictures/.lock",
|
"command": "rm -f ${workspaceFolder}/test/.lock",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"isBackground": true
|
"isBackground": true
|
||||||
|
|||||||
BIN
test/example/example.jpg
Normal file
BIN
test/example/example.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
Reference in New Issue
Block a user