https://github.com/Nino-cunei/oldassyrian
Raw File
Tip revision: 3a50dfe220b3b7423c90723a8a83cbd90af53095 authored by Dirk Roorda on 10 February 2024, 12:38:39 UTC
added make notebook
Tip revision: 3a50dfe
.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/
_temp/
_downloads/
_build/
__pycache__/
.ipynb_checkpoints/
.tf/

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