Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
camallen committed Jan 21, 2022
1 parent 12525f5 commit 4ea8431
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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/*.log
/tmp

# Ignore any ruby version directives
.ruby-*

# ignore any env secrets files
.env

# ignore the annoying mac finder metadata file
.DS_Store

0 comments on commit 4ea8431

Please sign in to comment.