2018-03-29 18:39:34 +03:00
|
|
|
|
2020-03-28 22:59:39 +03:00
|
|
|
# Created by https://www.gitignore.io/api/ruby,code,linux,jekyll
|
|
|
|
# Edit at https://www.gitignore.io/?templates=ruby,code,linux,jekyll
|
|
|
|
|
|
|
|
### Code ###
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
2020-03-28 23:00:12 +03:00
|
|
|
!.vscode/spellright.dict
|
2017-08-26 19:26:08 +03:00
|
|
|
|
|
|
|
### Jekyll ###
|
|
|
|
_site/
|
|
|
|
.sass-cache/
|
2020-03-28 22:59:39 +03:00
|
|
|
.jekyll-cache/
|
2015-11-21 18:26:52 +03:00
|
|
|
.jekyll-metadata
|
2017-08-26 19:26:08 +03:00
|
|
|
|
|
|
|
### Linux ###
|
|
|
|
*~
|
|
|
|
|
|
|
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
|
|
.fuse_hidden*
|
|
|
|
|
|
|
|
# KDE directory preferences
|
|
|
|
.directory
|
|
|
|
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
|
|
.Trash-*
|
|
|
|
|
|
|
|
# .nfs files are created when an open file is removed but is still being accessed
|
|
|
|
.nfs*
|
|
|
|
|
|
|
|
### Ruby ###
|
|
|
|
*.gem
|
|
|
|
*.rbc
|
|
|
|
/.config
|
|
|
|
/coverage/
|
|
|
|
/InstalledFiles
|
|
|
|
/pkg/
|
|
|
|
/spec/reports/
|
|
|
|
/spec/examples.txt
|
|
|
|
/test/tmp/
|
|
|
|
/test/version_tmp/
|
|
|
|
/tmp/
|
|
|
|
|
|
|
|
# Used by dotenv library to load environment variables.
|
|
|
|
# .env
|
|
|
|
|
2020-03-28 22:59:39 +03:00
|
|
|
# Ignore Byebug command history file.
|
|
|
|
.byebug_history
|
|
|
|
|
2017-08-26 19:26:08 +03:00
|
|
|
## Specific to RubyMotion:
|
|
|
|
.dat*
|
|
|
|
.repl_history
|
|
|
|
build/
|
|
|
|
*.bridgesupport
|
|
|
|
build-iPhoneOS/
|
|
|
|
build-iPhoneSimulator/
|
|
|
|
|
|
|
|
## Specific to RubyMotion (use of CocoaPods):
|
|
|
|
#
|
|
|
|
# We recommend against adding the Pods directory to your .gitignore. However
|
|
|
|
# you should judge for yourself, the pros and cons are mentioned at:
|
|
|
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
|
|
|
# vendor/Pods/
|
|
|
|
|
|
|
|
## Documentation cache and generated files:
|
|
|
|
/.yardoc/
|
|
|
|
/_yardoc/
|
|
|
|
/doc/
|
|
|
|
/rdoc/
|
|
|
|
|
|
|
|
## Environment normalization:
|
|
|
|
/.bundle/
|
|
|
|
/vendor/bundle
|
|
|
|
/lib/bundler/man/
|
|
|
|
|
|
|
|
# for a library or gem, you might want to ignore these files since the code is
|
|
|
|
# intended to run in multiple environments; otherwise, check them in:
|
|
|
|
# Gemfile.lock
|
|
|
|
# .ruby-version
|
|
|
|
# .ruby-gemset
|
|
|
|
|
|
|
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
|
|
|
.rvmrc
|
|
|
|
|
2020-03-28 22:59:39 +03:00
|
|
|
# End of https://www.gitignore.io/api/ruby,code,linux,jekyll
|