Skip to content

Instantly share code, notes, and snippets.

@kyrose
Last active November 16, 2019 22:34
Show Gist options
  • Save kyrose/3a6fc546e70731da90402beab91cf100 to your computer and use it in GitHub Desktop.
Save kyrose/3a6fc546e70731da90402beab91cf100 to your computer and use it in GitHub Desktop.
.gitignore templates

.gitignore files

Jekyll

# Jekyll
_site/
*-cache/
.jekyll-metadata
vendor

# Ruby
.bundle/
.byebug_history
.ruby-gemset
.ruby-version
*.gem
Gemfile.lock

# Local
*.swp
*~
*.bak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment