1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-17 18:44:45 +02:00
joplin/.gitignore

28 lines
428 B
Plaintext
Raw Normal View History

2016-10-19 16:54:41 +01:00
/app/config/parameters.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
2016-12-23 18:47:38 +01:00
Makefile.Debug
Makefile.Release
2016-12-20 11:22:50 +01:00
Makefile
2016-12-23 18:47:38 +01:00
QtClient/build-*
2016-12-22 22:35:35 +01:00
TODO.md
2016-12-23 18:47:38 +01:00
*.pro.user
QtClient/data/
app/data/uploads/
!app/data/uploads/.gitkeep
2016-12-27 21:25:07 +01:00
sparse_test.php
INFO.md