Files
jekyll/.gitignore
Frank Taillandier 7791ad27a2 update .gitignore
2018-08-16 18:06:56 +02:00

30 lines
246 B
Plaintext

# Jekyll
_site/
.jekyll-cache
.jekyll-metadata
.sass-cache
# Ruby
.bundle/
.byebug_history
.ruby-gemset
.ruby-version
*.gem
Gemfile.lock
# Files
.analysis
.DS_Store
*.swp
*~
# Folders
/vendor
bbin/
bin/
coverage
gh-pages/
pkg/
test/dest
tmp/*