mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
34f0a2951a
* Moved button row to separate component file and started Sharing dialog * Adding Sharing dialog * Applied "npx react-codemod rename-unsafe-lifecycles" * More UI * Tools: Improved TypeScript integration * Improved share dialog * Tools Added support for translation validation in CI, and added support for plural translations * Improved UI and sharing workflow * Share workflow * Cleaned up and improved sharing config error handling * Fixed build scripts and doc for TypeScript * Run linter
52 lines
952 B
Plaintext
52 lines
952 B
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
|