https://github.com/Dans-labs/text-fabric
Revision f20198791e0a07b96e80a1f709726290fd5e8e21 authored by Dirk Roorda on 04 March 2017, 15:15:54 UTC, committed by Dirk Roorda on 04 March 2017, 15:15:54 UTC
1 parent f67080d
Raw File
Tip revision: f20198791e0a07b96e80a1f709726290fd5e8e21 authored by Dirk Roorda on 04 March 2017, 15:15:54 UTC
doc
Tip revision: f201987
.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