Skip to content

Commit

Permalink
added initializers that were previsouly ignored by gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
briri committed Aug 9, 2016
1 parent 377c69f commit 8d080a4
Show file tree
Hide file tree
Showing 7 changed files with 903 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Ignore rbenv files
.ruby-version

# Ignore bundler config
/.bundle
Expand All @@ -9,7 +11,7 @@ public/assets/*
public/apidocs/*

# Ignore gemfile.lock
#Gemfile.lock
Gemfile.lock

# Ignore db schema.rb
# db/schema.rb
Expand All @@ -20,8 +22,8 @@ config/secrets.yml

# Ignore some of the initializers
config/initializers/recaptcha.rb
config/initializers/devise.rb
config/initializers/contact_us.rb
#config/initializers/devise.rb
#config/initializers/contact_us.rb

# Ignore enviroments settings
#config/environments/development.rb
Expand Down
Loading

0 comments on commit 8d080a4

Please sign in to comment.