Skip to content
Snippets Groups Projects
.gitignore 212 B

# Backup files as created by most editors
*~

# Git merge backups
*.orig

# Jekyll-specific
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata

# jekyll
public/

# node
node_modules/

# Misc
.directory
/.idea/