fixed gitignore
Showing
| ... | @@ -30,6 +30,8 @@ gem 'jbuilder', '~> 2.5' | ... | @@ -30,6 +30,8 @@ gem 'jbuilder', '~> 2.5' |
| # Use Capistrano for deployment | # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | # gem 'capistrano-rails', group: :development | ||
| gem 'bootstrap-sass', '~> 3.3.6' | |||
| group :development, :test do | group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| gem 'byebug', platform: :mri | gem 'byebug', platform: :mri | ||
| ... | ... |
app/assets/javascripts/main.coffee
0 → 100644
app/assets/stylesheets/main.scss
0 → 100644
app/controllers/main_controller.rb
0 → 100644
app/helpers/main_helper.rb
0 → 100644
app/views/main/index.html.erb
0 → 100644
config/secrets.yml
deleted
100644 → 0
db/schema.rb
0 → 100644
test/controllers/main_controller_test.rb
0 → 100644
Please
register
or
sign in
to comment