Revision aa09b789f53d0deea89c6d6ca563061c57bfed5b authored by Anthony Gitter on 08 June 2019, 10:47:22 UTC, committed by GitHub on 08 June 2019, 10:47:22 UTC
1 parent 9f16be0
Raw File
.gitignore
# Generated manuscript output files
output/*
!output/README.md

webpage/v

# When PDF building fails, a temporary symlink named images in the root
# directory is not removed.
/images

# Manubot cache directory
ci/cache

# Python
__pycache__/
*.pyc

# Jupyter Notebook
.ipynb_checkpoints

# Misc temporary files
*.bak

# System specific files

## Linux
*~
.Trash-*

## macOS
.DS_Store
._*
.Trashes

## Windows
Thumbs.db
[Dd]esktop.ini

## Text Editors
.vscode
back to top