https://github.com/annotation/text-fabric
Revision c5e1d3620a1f1ac8a3068d5b26359e4c7f13acbe authored by Dirk Roorda on 02 December 2016, 16:46:39 UTC, committed by Dirk Roorda on 02 December 2016, 16:46:39 UTC
1 parent 2f48843
Raw File
Tip revision: c5e1d3620a1f1ac8a3068d5b26359e4c7f13acbe authored by Dirk Roorda on 02 December 2016, 16:46:39 UTC
New minor release 0.0.10
Tip revision: c5e1d36
.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
.ipynb_checkpoints

# Build directories #
#####################
_build/
__pycache__

# Config files which get locally modified
#########################################
laf-fabric.cfg
back to top