Add more language templates (C++, C#, Ruby, PHP, TypeScript, Swift)
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
56
gitignore_generator/templates/languages/ruby.gitignore
Normal file
56
gitignore_generator/templates/languages/ruby.gitignore
Normal file
@@ -0,0 +1,56 @@
|
||||
# rvm managed version files
|
||||
.ruby-version
|
||||
.ruby-gemset
|
||||
|
||||
# bundler
|
||||
.bundle
|
||||
vendor/bundle/
|
||||
|
||||
# default log directory
|
||||
log/*.log
|
||||
|
||||
# default tmp directory
|
||||
tmp/
|
||||
|
||||
# minitest/ci reports
|
||||
coverage/
|
||||
report/
|
||||
|
||||
# gem artifacts
|
||||
*.gem
|
||||
|
||||
# rbenv version file
|
||||
.rbenv-version
|
||||
|
||||
# jekyll
|
||||
_site/
|
||||
.sass-cache/
|
||||
|
||||
# Rails
|
||||
/tmp/
|
||||
log/*.log
|
||||
tmp/**/*
|
||||
!.gitkeep
|
||||
.db/*.sqlite3
|
||||
.db/*.sqlite3-journal
|
||||
*.sqlite3
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Misc
|
||||
.bundle
|
||||
vendor
|
||||
Reference in New Issue
Block a user