update .gitignore

This commit is contained in:
Frank Taillandier 2018-08-16 18:06:56 +02:00
parent 61bb9e9626
commit 7791ad27a2
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
2 changed files with 19 additions and 13 deletions

30
.gitignore vendored
View File

@ -1,23 +1,29 @@
*.gem
*.swp
*~
.DS_Store
.analysis
# Jekyll
_site/
.jekyll-cache
.jekyll-metadata
.sass-cache
# Ruby
.bundle/
.byebug_history
.jekyll-metadata
.ruby-gemset
.ruby-version
.sass-cache
/test/source/file_name.txt
/vendor
*.gem
Gemfile.lock
_site/
bin/
# Files
.analysis
.DS_Store
*.swp
*~
# Folders
/vendor
bbin/
bin/
coverage
gh-pages/
pkg/
site/_site/
test/dest
tmp/*

2
docs/.gitignore vendored
View File

@ -1,5 +1,5 @@
_site/
.idea/
*.swp
pkg/
test/
.idea/