mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 09:23:58 +08:00
Added gem for smart code searching
This commit is contained in:
parent
b26bf7b183
commit
84693bfbf7
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -41,6 +41,8 @@ public/robots.txt
|
|||
tags
|
||||
*.orig
|
||||
*.swp
|
||||
*.out
|
||||
*.db
|
||||
|
||||
# Ignore application configuration
|
||||
/config/application.yml
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -63,6 +63,7 @@ group :development, :test do
|
|||
gem 'binding_of_caller'
|
||||
gem 'awesome_print'
|
||||
gem 'rubocop', require: false
|
||||
gem 'starscope', require: false
|
||||
end
|
||||
|
||||
group :production do
|
||||
|
|
Loading…
Reference in a new issue