1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Add rspec config and envrc sample.

This commit is contained in:
Dan Barber 2014-03-07 14:12:35 +00:00
parent 4a0bf2c1ac
commit 91b8ad5ff4
3 changed files with 5 additions and 0 deletions

3
.envrc.example Normal file
View File

@ -0,0 +1,3 @@
export AWS_KEY={value}
export AWS_SECRET={value}
export AWS_BUCKET={value}

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ public/system
.DS*
**/.DS*
.sass-cache/
.envrc

1
.rspec Normal file
View File

@ -0,0 +1 @@
--color -f documentation