Add template files for languages, frameworks, IDEs, OS, and tools
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
31
src/templates/languages/ruby.gitignore
Normal file
31
src/templates/languages/ruby.gitignore
Normal file
@@ -0,0 +1,31 @@
|
||||
# Ruby
|
||||
*.gem
|
||||
*.rbc
|
||||
/.config
|
||||
/coverage/
|
||||
/lib/bundler/man/
|
||||
/pkg/
|
||||
/tmp/
|
||||
/vendor/bundle/
|
||||
.bundle/
|
||||
|
||||
# Build
|
||||
*.gem
|
||||
.bundle
|
||||
vendor/bundle/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Coverage
|
||||
coverage/
|
||||
.rspec
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user