https://github.com/annotation/text-fabric
Raw File
Tip revision: 8e686a9c1ddb424b3492dfb0ef7c53480c4999bb authored by Dirk Roorda on 11 May 2018, 13:44:36 UTC
New minor release 4.0.2
Tip revision: 8e686a9
.gitignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.iso
*.jar
*.rar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Temporary files #
###################
*.swp
*.pyc
*.tfx

# Build directories #
#####################
_site/
_themes/
build/
_build/
__pycache__/
_temp/
.tf/
.ipynb_checkpoints/

# Config files which get locally modified
#########################################
.jekyll-metadata
back to top