https://github.com/Dans-labs/text-fabric
Revision fe0d3c7ad9b20b193fe3bdde701d8b78910a272a authored by Dirk Roorda on 18 February 2017, 17:07:04 UTC, committed by Dirk Roorda on 18 February 2017, 17:07:04 UTC
1 parent 82246b4
Raw File
Tip revision: fe0d3c7ad9b20b193fe3bdde701d8b78910a272a authored by Dirk Roorda on 18 February 2017, 17:07:04 UTC
doc
Tip revision: fe0d3c7
.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