Initial commit

This commit is contained in:
Yvan Sraka 2018-07-29 12:18:35 +02:00
commit 87c2ed6ed3
No known key found for this signature in database
GPG key ID: 60E5D1A0EF691DE6
42 changed files with 1770 additions and 0 deletions

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
# Node rules:
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
## Dependency directory
## Commenting this out is preferred by some people, see
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
node_modules
# Book build output
_book
# eBook build output
*.epub
*.mobi
*.pdf
# Jekyll (GitHub Pages)
_site
.sass-cache
.jekyll-metadata
Gemfile.lock
.DS_Store