1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
This commit is contained in:
Laurent Cozic 2016-12-10 22:37:19 +00:00
parent 198fc4e85c
commit 6a73f86943
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/vendor/ /vendor/
/web/bundles/ /web/bundles/
*.sublime-workspace *.sublime-workspace
database.sqlite

11
joplin.sublime-project Executable file
View File

@ -0,0 +1,11 @@
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": [
"var"
]
}
]
}