mirror of
https://github.com/joplin-vieweb/joplin-vieweb.git
synced 2025-01-31 18:19:14 +01:00
Clone the subprojects, and vscode workspace settings
This commit is contained in:
parent
165f356c04
commit
3fc75c5854
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
django-joplin-vieweb/
|
||||||
|
joplin-terminal-xapi/
|
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"files.exclude": {
|
||||||
|
"django-joplin-vieweb": true,
|
||||||
|
"joplin-terminal-xapi": true,
|
||||||
|
},
|
||||||
|
}
|
5
clone-for-dev.sh
Executable file
5
clone-for-dev.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#/bin/sh
|
||||||
|
|
||||||
|
for project in joplin-terminal-xapi django-joplin-vieweb; do
|
||||||
|
git clone git@github.com:joplin-vieweb/${project}.git
|
||||||
|
done
|
18
workspace.code-workspace
Normal file
18
workspace.code-workspace
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "joplin-terminal-xapi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "django-joplin-vieweb"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".",
|
||||||
|
"ignore": [
|
||||||
|
"joplin-terminal-xapi/",
|
||||||
|
"joplin-vieweb"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user