Add remaining templates (languages, frameworks, IDEs, OS)
This commit is contained in:
36
src/gitignore_cli/templates/ruby.yaml
Normal file
36
src/gitignore_cli/templates/ruby.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
name: ruby
|
||||
category: language
|
||||
description: Ruby development environment
|
||||
patterns: |
|
||||
# Bundler
|
||||
/.bundle
|
||||
/vendor/bundle
|
||||
/.ruby-version
|
||||
/Gemfile.lock
|
||||
/path/to/build/
|
||||
byebug_history
|
||||
|
||||
# RVM/rbenv
|
||||
.ruby-version
|
||||
.ruby-gemset
|
||||
|
||||
# Coverage
|
||||
coverage/
|
||||
|
||||
# Logs
|
||||
log/*.log
|
||||
|
||||
# Temp
|
||||
tmp/
|
||||
|
||||
# Database
|
||||
db/*.sqlite3
|
||||
db/*.sqlite3-journal
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user