mirror of
https://github.com/Ellpeck/ObsidianJustSharePlease.git
synced 2024-11-23 02:48:34 +01:00
ignore plugin files
This commit is contained in:
parent
a5ab364ff9
commit
e4b04174b7
7 changed files with 3 additions and 354 deletions
3
test-vault/.obsidian/plugins/just-share-please/.gitignore
vendored
Normal file
3
test-vault/.obsidian/plugins/just-share-please/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
!data.json
|
162
test-vault/.obsidian/plugins/just-share-please/main
vendored
162
test-vault/.obsidian/plugins/just-share-please/main
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"id": "just-share-please",
|
|
||||||
"name": "Just Share Please",
|
|
||||||
"version": "0.1.0",
|
|
||||||
"minAppVersion": "1.3.0",
|
|
||||||
"description": "A simple plugin that allows sharing a note using a random link",
|
|
||||||
"author": "Ellpeck",
|
|
||||||
"authorUrl": "https://ellpeck.de",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"id": "just-share-please",
|
|
||||||
"name": "Just Share Please",
|
|
||||||
"version": "0.1.0",
|
|
||||||
"minAppVersion": "1.3.0",
|
|
||||||
"description": "A simple plugin that allows sharing a note using a random link",
|
|
||||||
"author": "Ellpeck",
|
|
||||||
"authorUrl": "https://ellpeck.de",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
.just-share-please-support {
|
|
||||||
max-width: 50%;
|
|
||||||
width: 400px;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
.just-share-please-support {
|
|
||||||
max-width: 50%;
|
|
||||||
width: 400px;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
Loading…
Reference in a new issue