diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rwxr-xr-x | start.sh | 1 |
2 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,8 @@ # The above is from Rails. The following is from Luke. /vendor/bundle -# As noted aboce, you probably want to add the following to your global git config. +nohup.out +# As noted above, you probably want to add the following to your global git config. .~lock.* *~ *# @@ -1,5 +1,4 @@ #!/bin/bash -generate.sh nohup bundle exec rails server & |