jrnl/.gitignore
Jonathan Wren 671f403602
Fix docs pipeline, make docs tests easier to run locally and on different OSes (#1554)
* update docs pipeline to use poe task runner

* move npm dependency into package.json file instead of hardcoding into pipeline

* replace nix-specific call with python version (for windows compat)

* update commands to use python for win compat

* update lock file

* change deps to take out xq and use xmltodict instead

* move script tasks from pyproject into new tasks.py

* run linting on new tasks.py file

* fix typo

* clean up pyproject to make valid toml

* update docs with correct task runner command

* use npx in case node_modules/.bin isn't in the path

* Run pa11y-ci in cross-platform manner (works on Windows)

* Add node_modules to .gitignore

* clean up poe alias

Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
2022-08-21 13:47:25 -07:00

60 lines
No EOL
997 B
Text

# Byte-compiled DLL and Shared Library files
*.py[cod]
*.so
# Packages
*.egg
*.egg-info/
.installed.cfg
bin/
build/
develop-eggs/
dist/
eggs/
lib64/
parts/
sdist/
.tox/
var/
node_modules/
# Versioning
.python-version
.tool-version
# Installer logs
.DS_Store
.travis-solo
Icon
pip-log.txt
# Documentation
_build
_sources
_static
coverage.xml
exp/
objects.inv
searchindex.js
# virtaulenv
.venv*/
env/
env*/
venv*/
# Editor and IDE specific files
# Since contributors may want to user a variety of development tools it is
# recommended that editor specific file types be ignored globally by each
# contributor via a global gitignore. Instructions for setting up a global
# ignore file can be found here:
# https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
# (Configuring ignored files for all repositories on your computer)
# Examples of such files are:
# MS Visual Studio (PyTools)
# obj
# *.suo
# PyCharm
# .idea/
# VS Code
# .vscode/settings.json