mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
1d14c8a706
commit ae8a0641ab3681a3b25f6dc4ac40f20d52aaeb4d Author: Laurent Cozic <laurent@cozic.net> Date: Tue Feb 11 17:58:08 2020 +0000 Fixed plugin asset commit 03adf7fc7c878f82f6a43515d37fd5e3dd59390f Author: Laurent Cozic <laurent@cozic.net> Date: Mon Feb 10 22:09:18 2020 +0000 Desktop: Adding Mermaid support
54 lines
1.0 KiB
Plaintext
54 lines
1.0 KiB
Plaintext
/app/config/parameters.yml
|
|
/app/config/parameters_dev.yml
|
|
/app/config/parameters_prod.yml
|
|
/build/
|
|
/phpunit.xml
|
|
/var/*
|
|
!/var/cache
|
|
/var/cache/*
|
|
!var/cache/.gitkeep
|
|
!/var/logs
|
|
/var/logs/*
|
|
!var/logs/.gitkeep
|
|
!/var/sessions
|
|
/var/sessions/*
|
|
!var/sessions/.gitkeep
|
|
!var/SymfonyRequirements.php
|
|
/vendor/
|
|
/web/bundles/
|
|
*.sublime-workspace
|
|
Makefile.Debug
|
|
Makefile.Release
|
|
Makefile
|
|
QtClient/build-*
|
|
TODO.md
|
|
*.pro.user
|
|
QtClient/data/
|
|
app/data/uploads/
|
|
!app/data/uploads/.gitkeep
|
|
sparse_test.php
|
|
INFO.md
|
|
/web/env.php
|
|
sync_staging.sh
|
|
*.swp
|
|
_vieux/
|
|
_mydocs
|
|
.DS_Store
|
|
Assets/DownloadBadges*.psd
|
|
node_modules
|
|
Tools/github_oauth_token.txt
|
|
_releases
|
|
ReactNativeClient/lib/csstojs/
|
|
ReactNativeClient/lib/rnInjectedJs/
|
|
ElectronClient/app/gui/note-viewer/fonts/
|
|
ElectronClient/app/gui/note-viewer/lib.js
|
|
Tools/commit_hook.txt
|
|
.vscode/*
|
|
*.map
|
|
|
|
# Ignore files generated from TypeScript files
|
|
ElectronClient/app/gui/ShareNoteDialog.js
|
|
ReactNativeClient/lib/JoplinServerApi.js
|
|
ReactNativeClient/PluginAssetsLoader.js
|
|
ReactNativeClient/lib/joplin-renderer/MdToHtml/rules/mermaid.js
|