Skip to content

Commit

Permalink
Reordered git excludes to have all env management tools in one place …
Browse files Browse the repository at this point in the history
…and added byebug history to list of excluded files.
  • Loading branch information
thorsteneckel committed Jul 1, 2018
1 parent 40a6631 commit 2f5ce86
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
# Ignore .rbenv-vars
/.rbenv-vars

# exclude the figaro ENV setting helper file - run 'bundle exec figaro install' for creating your own
# see: https://github.com/laserlemon/figaro
# Ignore application configuration
/config/application.yml

# Ignore .envrc for direnv
/.envrc

# Ignore database config
/config/database.yml

Expand Down Expand Up @@ -62,11 +70,6 @@
!/tmp/pids
!/tmp/pids/.keep

# exclude the figaro ENV setting helper file - run 'bundle exec figaro install' for creating your own
# see: https://github.com/laserlemon/figaro
# Ignore application configuration
/config/application.yml

# ignore doorkeeper auto generated folder
/public/assets/doorkeeper

Expand All @@ -78,3 +81,6 @@
!/public/assets/images/eyedropper.gif
!/public/assets/images/icons.svg
!/public/assets/images/logo.svg

# ignore byebug history
/.byebug_history

0 comments on commit 2f5ce86

Please sign in to comment.