joplin/.gitignore

52 lines
952 B
Plaintext
Raw Normal View History

2016-10-19 15:54:41 +00:00
/app/config/parameters.yml
2017-01-09 21:15:02 +00:00
/app/config/parameters_dev.yml
/app/config/parameters_prod.yml
2016-10-19 15:54:41 +00:00
/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
2016-12-23 17:47:38 +00:00
Makefile.Debug
Makefile.Release
2016-12-20 10:22:50 +00:00
Makefile
2016-12-23 17:47:38 +00:00
QtClient/build-*
2016-12-22 21:35:35 +00:00
TODO.md
2016-12-23 17:47:38 +00:00
*.pro.user
QtClient/data/
app/data/uploads/
!app/data/uploads/.gitkeep
2016-12-27 20:25:07 +00:00
sparse_test.php
2017-01-09 21:15:02 +00:00
INFO.md
/web/env.php
2017-06-11 21:11:14 +00:00
sync_staging.sh
2017-06-24 17:43:13 +00:00
*.swp
2017-08-02 17:59:57 +00:00
_vieux/
2017-11-19 22:08:58 +00:00
_mydocs
2017-11-20 22:28:22 +00:00
.DS_Store
2017-11-23 18:16:17 +00:00
Assets/DownloadBadges*.psd
node_modules
Tools/github_oauth_token.txt
2018-02-04 17:12:24 +00:00
_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