https://github.com/annotation/text-fabric
Revision 892a24de3db6a310382b406a17ae1c906a5a5910 authored by Dirk Roorda on 01 November 2021, 15:43:18 UTC, committed by Dirk Roorda on 01 November 2021, 15:43:18 UTC
1 parent 3f0b85a
Raw File
Tip revision: 892a24de3db6a310382b406a17ae1c906a5a5910 authored by Dirk Roorda on 01 November 2021, 15:43:18 UTC
security note
Tip revision: 892a24d
.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/
_site/
_themes/
build/
_build/
__pycache__/
_temp/
.tf/
.ipynb_checkpoints/

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