From 912693b34879fb47d7db7f24e8ce78d7f9380453 Mon Sep 17 00:00:00 2001 From: Trey Evans Date: Sat, 3 Aug 2019 11:24:54 -0400 Subject: [PATCH] Standard PII block template. --- .gitignore | 16 +++++++++++++++- .ruby-version | 1 + .ruby_version | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .ruby-version diff --git a/.gitignore b/.gitignore index f23072b0..75e37544 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,18 @@ coverage # byebug history -/.byebug_history \ No newline at end of file +/.byebug_history + +# VIM and other editors +*.swp + +# Ignore files +# add w/ git add --force if actually needed +*.csv +*.txt +*.xml +*.xls +*.xlst +*.xlsx +*.doc +*.docx diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 00000000..0cadbc1e --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.5.5 diff --git a/.ruby_version b/.ruby_version index 4fd0fe3c..0cadbc1e 100644 --- a/.ruby_version +++ b/.ruby_version @@ -1 +1 @@ -2.5.1 \ No newline at end of file +2.5.5