https://github.com/ETCBC/dss
Raw File
Tip revision: 4bcafa349a2eccb1db8151779eab233a8c9ed886 authored by Martijn N on 03 May 2023, 08:48:21 UTC
data version 1.8.8 g_nme_etcbc
Tip revision: 4bcafa3
.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/
_local/
.tf/
.ipynb_checkpoints/

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