diff options
author | David Gay <david@davidgay.org> | 2021-04-21 21:01:49 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-04-21 21:01:49 -0400 |
commit | 6f79f2ef7fb1593b591bef00e7e79c9e1e7d6fc6 (patch) | |
tree | 73269a2a8f77148cc693132c1dc579b8e0308593 /.gitignore | |
parent | 975ab9e285baf4f1b22b60104db4f8f982c1db8b (diff) |
gitignore, readme, editorconfig, and rubocop
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile '~/.gitignore_global' +# Ignore Jetbrains files +**/.idea/ + # Ignore bundler config. /.bundle |