Skip to content

Commit

Permalink
Initialize gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
xhagrg committed Jan 24, 2017
0 parents commit f0858b3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'

# Ignore bundler config.
/.bundle

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
/config/*.yml
!/config/*.example.yml

# Ignore Byebug command history file.
.byebug_history

0 comments on commit f0858b3

Please sign in to comment.