mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-06 05:04:35 +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
|
tags
|
||||||
*.orig
|
*.orig
|
||||||
*.swp
|
*.swp
|
||||||
|
*.out
|
||||||
|
*.db
|
||||||
|
|
||||||
# Ignore application configuration
|
# Ignore application configuration
|
||||||
/config/application.yml
|
/config/application.yml
|
||||||
|
|
1
Gemfile
1
Gemfile
|
@ -63,6 +63,7 @@ group :development, :test do
|
||||||
gem 'binding_of_caller'
|
gem 'binding_of_caller'
|
||||||
gem 'awesome_print'
|
gem 'awesome_print'
|
||||||
gem 'rubocop', require: false
|
gem 'rubocop', require: false
|
||||||
|
gem 'starscope', require: false
|
||||||
end
|
end
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
|
|
Loading…
Add table
Reference in a new issue