mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
* [Markdown Exporter] [YAML Exporter] Ensure exported entires end in a newline Fixes #768, Fixes #881. If the exported entry does not have a final empty line, this will add one on export. Some Markdown parsers get picky about not having a empty line above a heading.... * fix black formatting issues * explicitly sort filenames to deal with inconsistent default file ordering on different OS's * Update .gitignore * Update test for typo fix Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
55 lines
474 B
Text
55 lines
474 B
Text
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
.python-version
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
.python-version
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
.DS_Store
|
|
.travis-solo
|
|
Icon
|
|
|
|
# Documentation
|
|
_build
|
|
_sources
|
|
_static
|
|
objects.inv
|
|
searchindex.js
|
|
|
|
# MS Visual Studio (PyTools)
|
|
obj
|
|
*.pyproj
|
|
*.sln
|
|
*.suo
|
|
|
|
# virtaulenv
|
|
env/
|
|
env*/
|
|
venv*/
|
|
|
|
# PyCharm Project files
|
|
.idea/
|
|
|
|
# export testing directories
|
|
exp/
|
|
|
|
_extras/
|
|
*.sublime-*
|
|
site/
|