Inital commit, hello world status

This commit is contained in:
2022-01-13 15:47:44 -05:00
commit c34f53ed01
80 changed files with 1258 additions and 0 deletions

6
config/spring.rb Normal file
View File

@@ -0,0 +1,6 @@
%w[
.ruby-version
.rbenv-vars
tmp/restart.txt
tmp/caching-dev.txt
].each { |path| Spring.watch(path) }